C# Class android.view.Window_

Inheritance: android.view.Window
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
addContentView ( android arg0, android arg1 ) : void
closeAllPanels ( ) : void
closePanel ( int arg0 ) : void
getCurrentFocus ( ) : global::android.view.View
getDecorView ( ) : global::android.view.View
getLayoutInflater ( ) : global::android.view.LayoutInflater
getVolumeControlStream ( ) : int
isFloating ( ) : bool
isShortcutKey ( int arg0, android arg1 ) : bool
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
restoreHierarchyState ( android arg0 ) : void
saveHierarchyState ( ) : global::android.os.Bundle
setBackgroundDrawable ( android arg0 ) : void
setChildDrawable ( int arg0, android arg1 ) : void
setChildInt ( int arg0, int arg1 ) : 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
setTitle ( java arg0 ) : void
setTitle ( string arg0 ) : void
setTitleColor ( int arg0 ) : void
setVolumeControlStream ( int arg0 ) : 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
onActive ( ) : void

Private Methods

Method Description
Window_ ( )
Window_ ( global @__env )

Method Details

addContentView() public method

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

closeAllPanels() public method

public closeAllPanels ( ) : void
return void

closePanel() public method

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

getCurrentFocus() public method

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

getDecorView() public method

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

getLayoutInflater() public method

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

getVolumeControlStream() public method

public getVolumeControlStream ( ) : int
return int

isFloating() public method

public isFloating ( ) : bool
return bool

isShortcutKey() public method

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

onActive() protected method

protected onActive ( ) : void
return void

onConfigurationChanged() public method

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

openPanel() public method

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

peekDecorView() public method

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

performContextMenuIdentifierAction() public method

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

performPanelIdentifierAction() public method

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

performPanelShortcut() public method

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

restoreHierarchyState() public method

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

saveHierarchyState() public method

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

setBackgroundDrawable() public method

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

setChildDrawable() public method

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

setChildInt() public method

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

setContentView() public method

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

setContentView() public method

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

setContentView() public method

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

setFeatureDrawable() public method

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

setFeatureDrawableAlpha() public method

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

setFeatureDrawableResource() public method

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

setFeatureDrawableUri() public method

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

setFeatureInt() public method

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

setTitle() public method

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

setTitle() public method

public setTitle ( string arg0 ) : void
arg0 string
return void

setTitleColor() public method

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

setVolumeControlStream() public method

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

superDispatchKeyEvent() public method

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

superDispatchTouchEvent() public method

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

superDispatchTrackballEvent() public method

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

takeKeyEvents() public method

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

togglePanel() public method

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