C# Class android.view.Window

Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
Window ( android arg0 )
addContentView ( android arg0, android arg1 ) : void
addFlags ( int arg0 ) : void
clearFlags ( int arg0 ) : void
closeAllPanels ( ) : void
closePanel ( int arg0 ) : void
findViewById ( int arg0 ) : global::android.view.View
getAttributes ( ) : global::android.view.WindowManager_LayoutParams
getCallback ( ) : global::android.view.Window.Callback
getContainer ( ) : global::android.view.Window
getContext ( ) : global::android.content.Context
getCurrentFocus ( ) : global::android.view.View
getDecorView ( ) : global::android.view.View
getLayoutInflater ( ) : global::android.view.LayoutInflater
getVolumeControlStream ( ) : int
getWindowManager ( ) : global::android.view.WindowManager
getWindowStyle ( ) : global::android.content.res.TypedArray
hasChildren ( ) : bool
isActive ( ) : bool
isFloating ( ) : bool
isShortcutKey ( int arg0, android arg1 ) : bool
makeActive ( ) : void
onConfigurationChanged ( android arg0 ) : void
openPanel ( int arg0, android arg1 ) : void
peekDecorView ( ) : global::android.view.View
performContextMenuIdentifierAction ( int arg0, int arg1 ) : bool
performPanelIdentifierAction ( int arg0, int arg1, int arg2 ) : bool
performPanelShortcut ( int arg0, int arg1, android arg2, int arg3 ) : bool
requestFeature ( int arg0 ) : bool
restoreHierarchyState ( android arg0 ) : void
saveHierarchyState ( ) : global::android.os.Bundle
setAttributes ( android arg0 ) : void
setBackgroundDrawable ( android arg0 ) : void
setBackgroundDrawableResource ( int arg0 ) : void
setCallback ( android arg0 ) : void
setChildDrawable ( int arg0, android arg1 ) : void
setChildInt ( int arg0, int arg1 ) : void
setContainer ( android arg0 ) : void
setContentView ( android arg0 ) : void
setContentView ( android arg0, android arg1 ) : void
setContentView ( int arg0 ) : void
setFeatureDrawable ( int arg0, android arg1 ) : void
setFeatureDrawableAlpha ( int arg0, int arg1 ) : void
setFeatureDrawableResource ( int arg0, int arg1 ) : void
setFeatureDrawableUri ( int arg0, android arg1 ) : void
setFeatureInt ( int arg0, int arg1 ) : void
setFlags ( int arg0, int arg1 ) : void
setFormat ( int arg0 ) : void
setGravity ( int arg0 ) : void
setLayout ( int arg0, int arg1 ) : void
setSoftInputMode ( int arg0 ) : void
setTitle ( java arg0 ) : void
setTitleColor ( int arg0 ) : void
setType ( int arg0 ) : void
setVolumeControlStream ( int arg0 ) : void
setWindowAnimations ( int arg0 ) : void
setWindowManager ( android arg0, android arg1, java arg2 ) : void
superDispatchKeyEvent ( android arg0 ) : bool
superDispatchTouchEvent ( android arg0 ) : bool
superDispatchTrackballEvent ( android arg0 ) : bool
takeKeyEvents ( bool arg0 ) : void
togglePanel ( int arg0, android arg1 ) : void

Protected Methods

Method Description
Window ( global @__env )
getFeatures ( ) : int
getForcedWindowFlags ( ) : int
getLocalFeatures ( ) : int
hasSoftInputMode ( ) : bool
onActive ( ) : void
setDefaultWindowFormat ( int arg0 ) : void

Private Methods

Method Description
Window ( )

Method Details

Window() public method

public Window ( android arg0 )
arg0 android

Window() protected method

protected Window ( global @__env )
@__env global

addContentView() public abstract method

public abstract addContentView ( android arg0, android arg1 ) : void
arg0 android
arg1 android
return void

addFlags() public method

public addFlags ( int arg0 ) : void
arg0 int
return void

clearFlags() public method

public clearFlags ( int arg0 ) : void
arg0 int
return void

closeAllPanels() public abstract method

public abstract closeAllPanels ( ) : void
return void

closePanel() public abstract method

public abstract closePanel ( int arg0 ) : void
arg0 int
return void

findViewById() public method

public findViewById ( int arg0 ) : global::android.view.View
arg0 int
return global::android.view.View

getAttributes() public method

public getAttributes ( ) : global::android.view.WindowManager_LayoutParams
return global::android.view.WindowManager_LayoutParams

getCallback() public method

public getCallback ( ) : global::android.view.Window.Callback
return global::android.view.Window.Callback

getContainer() public method

public getContainer ( ) : global::android.view.Window
return global::android.view.Window

getContext() public method

public getContext ( ) : global::android.content.Context
return global::android.content.Context

getCurrentFocus() public abstract method

public abstract getCurrentFocus ( ) : global::android.view.View
return global::android.view.View

getDecorView() public abstract method

public abstract getDecorView ( ) : global::android.view.View
return global::android.view.View

getFeatures() protected method

protected getFeatures ( ) : int
return int

getForcedWindowFlags() protected method

protected getForcedWindowFlags ( ) : int
return int

getLayoutInflater() public abstract method

public abstract getLayoutInflater ( ) : global::android.view.LayoutInflater
return global::android.view.LayoutInflater

getLocalFeatures() protected method

protected getLocalFeatures ( ) : int
return int

getVolumeControlStream() public abstract method

public abstract getVolumeControlStream ( ) : int
return int

getWindowManager() public method

public getWindowManager ( ) : global::android.view.WindowManager
return global::android.view.WindowManager

getWindowStyle() public method

public getWindowStyle ( ) : global::android.content.res.TypedArray
return global::android.content.res.TypedArray

hasChildren() public method

public hasChildren ( ) : bool
return bool

hasSoftInputMode() protected method

protected hasSoftInputMode ( ) : bool
return bool

isActive() public method

public isActive ( ) : bool
return bool

isFloating() public abstract method

public abstract isFloating ( ) : bool
return bool

isShortcutKey() public abstract method

public abstract isShortcutKey ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

makeActive() public method

public makeActive ( ) : void
return void

onActive() protected abstract method

protected abstract onActive ( ) : void
return void

onConfigurationChanged() public abstract method

public abstract onConfigurationChanged ( android arg0 ) : void
arg0 android
return void

openPanel() public abstract method

public abstract openPanel ( int arg0, android arg1 ) : void
arg0 int
arg1 android
return void

peekDecorView() public abstract method

public abstract peekDecorView ( ) : global::android.view.View
return global::android.view.View

performContextMenuIdentifierAction() public abstract method

public abstract performContextMenuIdentifierAction ( int arg0, int arg1 ) : bool
arg0 int
arg1 int
return bool

performPanelIdentifierAction() public abstract method

public abstract performPanelIdentifierAction ( int arg0, int arg1, int arg2 ) : bool
arg0 int
arg1 int
arg2 int
return bool

performPanelShortcut() public abstract method

public abstract performPanelShortcut ( int arg0, int arg1, android arg2, int arg3 ) : bool
arg0 int
arg1 int
arg2 android
arg3 int
return bool

requestFeature() public method

public requestFeature ( int arg0 ) : bool
arg0 int
return bool

restoreHierarchyState() public abstract method

public abstract restoreHierarchyState ( android arg0 ) : void
arg0 android
return void

saveHierarchyState() public abstract method

public abstract saveHierarchyState ( ) : global::android.os.Bundle
return global::android.os.Bundle

setAttributes() public method

public setAttributes ( android arg0 ) : void
arg0 android
return void

setBackgroundDrawable() public abstract method

public abstract setBackgroundDrawable ( android arg0 ) : void
arg0 android
return void

setBackgroundDrawableResource() public method

public setBackgroundDrawableResource ( int arg0 ) : void
arg0 int
return void

setCallback() public method

public setCallback ( android arg0 ) : void
arg0 android
return void

setChildDrawable() public abstract method

public abstract setChildDrawable ( int arg0, android arg1 ) : void
arg0 int
arg1 android
return void

setChildInt() public abstract method

public abstract setChildInt ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

setContainer() public method

public setContainer ( android arg0 ) : void
arg0 android
return void

setContentView() public abstract method

public abstract setContentView ( android arg0 ) : void
arg0 android
return void

setContentView() public abstract method

public abstract setContentView ( android arg0, android arg1 ) : void
arg0 android
arg1 android
return void

setContentView() public abstract method

public abstract setContentView ( int arg0 ) : void
arg0 int
return void

setDefaultWindowFormat() protected method

protected setDefaultWindowFormat ( int arg0 ) : void
arg0 int
return void

setFeatureDrawable() public abstract method

public abstract setFeatureDrawable ( int arg0, android arg1 ) : void
arg0 int
arg1 android
return void

setFeatureDrawableAlpha() public abstract method

public abstract setFeatureDrawableAlpha ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

setFeatureDrawableResource() public abstract method

public abstract setFeatureDrawableResource ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

setFeatureDrawableUri() public abstract method

public abstract setFeatureDrawableUri ( int arg0, android arg1 ) : void
arg0 int
arg1 android
return void

setFeatureInt() public abstract method

public abstract setFeatureInt ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

setFlags() public method

public setFlags ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

setFormat() public method

public setFormat ( int arg0 ) : void
arg0 int
return void

setGravity() public method

public setGravity ( int arg0 ) : void
arg0 int
return void

setLayout() public method

public setLayout ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

setSoftInputMode() public method

public setSoftInputMode ( int arg0 ) : void
arg0 int
return void

setTitle() public abstract method

public abstract setTitle ( java arg0 ) : void
arg0 java
return void

setTitleColor() public abstract method

public abstract setTitleColor ( int arg0 ) : void
arg0 int
return void

setType() public method

public setType ( int arg0 ) : void
arg0 int
return void

setVolumeControlStream() public abstract method

public abstract setVolumeControlStream ( int arg0 ) : void
arg0 int
return void

setWindowAnimations() public method

public setWindowAnimations ( int arg0 ) : void
arg0 int
return void

setWindowManager() public method

public setWindowManager ( android arg0, android arg1, java arg2 ) : void
arg0 android
arg1 android
arg2 java
return void

superDispatchKeyEvent() public abstract method

public abstract superDispatchKeyEvent ( android arg0 ) : bool
arg0 android
return bool

superDispatchTouchEvent() public abstract method

public abstract superDispatchTouchEvent ( android arg0 ) : bool
arg0 android
return bool

superDispatchTrackballEvent() public abstract method

public abstract superDispatchTrackballEvent ( android arg0 ) : bool
arg0 android
return bool

takeKeyEvents() public abstract method

public abstract takeKeyEvents ( bool arg0 ) : void
arg0 bool
return void

togglePanel() public abstract method

public abstract togglePanel ( int arg0, android arg1 ) : void
arg0 int
arg1 android
return void