C# 클래스 android.view.Window

파일 보기 프로젝트 열기: JeroMiya/androidmono 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Window ( global @__env )
getFeatures ( ) : int
getForcedWindowFlags ( ) : int
getLocalFeatures ( ) : int
hasSoftInputMode ( ) : bool
onActive ( ) : void
setDefaultWindowFormat ( int arg0 ) : void

비공개 메소드들

메소드 설명
Window ( )

메소드 상세

Window() 공개 메소드

public Window ( android arg0 )
arg0 android

Window() 보호된 메소드

protected Window ( global @__env )
@__env global

addContentView() 공개 추상적인 메소드

public abstract addContentView ( android arg0, android arg1 ) : void
arg0 android
arg1 android
리턴 void

addFlags() 공개 메소드

public addFlags ( int arg0 ) : void
arg0 int
리턴 void

clearFlags() 공개 메소드

public clearFlags ( int arg0 ) : void
arg0 int
리턴 void

closeAllPanels() 공개 추상적인 메소드

public abstract closeAllPanels ( ) : void
리턴 void

closePanel() 공개 추상적인 메소드

public abstract closePanel ( int arg0 ) : void
arg0 int
리턴 void

findViewById() 공개 메소드

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

getAttributes() 공개 메소드

public getAttributes ( ) : global::android.view.WindowManager_LayoutParams
리턴 global::android.view.WindowManager_LayoutParams

getCallback() 공개 메소드

public getCallback ( ) : global::android.view.Window.Callback
리턴 global::android.view.Window.Callback

getContainer() 공개 메소드

public getContainer ( ) : global::android.view.Window
리턴 global::android.view.Window

getContext() 공개 메소드

public getContext ( ) : global::android.content.Context
리턴 global::android.content.Context

getCurrentFocus() 공개 추상적인 메소드

public abstract getCurrentFocus ( ) : global::android.view.View
리턴 global::android.view.View

getDecorView() 공개 추상적인 메소드

public abstract getDecorView ( ) : global::android.view.View
리턴 global::android.view.View

getFeatures() 보호된 메소드

protected getFeatures ( ) : int
리턴 int

getForcedWindowFlags() 보호된 메소드

protected getForcedWindowFlags ( ) : int
리턴 int

getLayoutInflater() 공개 추상적인 메소드

public abstract getLayoutInflater ( ) : global::android.view.LayoutInflater
리턴 global::android.view.LayoutInflater

getLocalFeatures() 보호된 메소드

protected getLocalFeatures ( ) : int
리턴 int

getVolumeControlStream() 공개 추상적인 메소드

public abstract getVolumeControlStream ( ) : int
리턴 int

getWindowManager() 공개 메소드

public getWindowManager ( ) : global::android.view.WindowManager
리턴 global::android.view.WindowManager

getWindowStyle() 공개 메소드

public getWindowStyle ( ) : global::android.content.res.TypedArray
리턴 global::android.content.res.TypedArray

hasChildren() 공개 메소드

public hasChildren ( ) : bool
리턴 bool

hasSoftInputMode() 보호된 메소드

protected hasSoftInputMode ( ) : bool
리턴 bool

isActive() 공개 메소드

public isActive ( ) : bool
리턴 bool

isFloating() 공개 추상적인 메소드

public abstract isFloating ( ) : bool
리턴 bool

isShortcutKey() 공개 추상적인 메소드

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

makeActive() 공개 메소드

public makeActive ( ) : void
리턴 void

onActive() 보호된 추상적인 메소드

protected abstract onActive ( ) : void
리턴 void

onConfigurationChanged() 공개 추상적인 메소드

public abstract onConfigurationChanged ( android arg0 ) : void
arg0 android
리턴 void

openPanel() 공개 추상적인 메소드

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

peekDecorView() 공개 추상적인 메소드

public abstract peekDecorView ( ) : global::android.view.View
리턴 global::android.view.View

performContextMenuIdentifierAction() 공개 추상적인 메소드

public abstract performContextMenuIdentifierAction ( int arg0, int arg1 ) : bool
arg0 int
arg1 int
리턴 bool

performPanelIdentifierAction() 공개 추상적인 메소드

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

performPanelShortcut() 공개 추상적인 메소드

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

requestFeature() 공개 메소드

public requestFeature ( int arg0 ) : bool
arg0 int
리턴 bool

restoreHierarchyState() 공개 추상적인 메소드

public abstract restoreHierarchyState ( android arg0 ) : void
arg0 android
리턴 void

saveHierarchyState() 공개 추상적인 메소드

public abstract saveHierarchyState ( ) : global::android.os.Bundle
리턴 global::android.os.Bundle

setAttributes() 공개 메소드

public setAttributes ( android arg0 ) : void
arg0 android
리턴 void

setBackgroundDrawable() 공개 추상적인 메소드

public abstract setBackgroundDrawable ( android arg0 ) : void
arg0 android
리턴 void

setBackgroundDrawableResource() 공개 메소드

public setBackgroundDrawableResource ( int arg0 ) : void
arg0 int
리턴 void

setCallback() 공개 메소드

public setCallback ( android arg0 ) : void
arg0 android
리턴 void

setChildDrawable() 공개 추상적인 메소드

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

setChildInt() 공개 추상적인 메소드

public abstract setChildInt ( int arg0, int arg1 ) : void
arg0 int
arg1 int
리턴 void

setContainer() 공개 메소드

public setContainer ( android arg0 ) : void
arg0 android
리턴 void

setContentView() 공개 추상적인 메소드

public abstract setContentView ( android arg0 ) : void
arg0 android
리턴 void

setContentView() 공개 추상적인 메소드

public abstract setContentView ( android arg0, android arg1 ) : void
arg0 android
arg1 android
리턴 void

setContentView() 공개 추상적인 메소드

public abstract setContentView ( int arg0 ) : void
arg0 int
리턴 void

setDefaultWindowFormat() 보호된 메소드

protected setDefaultWindowFormat ( int arg0 ) : void
arg0 int
리턴 void

setFeatureDrawable() 공개 추상적인 메소드

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

setFeatureDrawableAlpha() 공개 추상적인 메소드

public abstract setFeatureDrawableAlpha ( int arg0, int arg1 ) : void
arg0 int
arg1 int
리턴 void

setFeatureDrawableResource() 공개 추상적인 메소드

public abstract setFeatureDrawableResource ( int arg0, int arg1 ) : void
arg0 int
arg1 int
리턴 void

setFeatureDrawableUri() 공개 추상적인 메소드

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

setFeatureInt() 공개 추상적인 메소드

public abstract setFeatureInt ( int arg0, int arg1 ) : void
arg0 int
arg1 int
리턴 void

setFlags() 공개 메소드

public setFlags ( int arg0, int arg1 ) : void
arg0 int
arg1 int
리턴 void

setFormat() 공개 메소드

public setFormat ( int arg0 ) : void
arg0 int
리턴 void

setGravity() 공개 메소드

public setGravity ( int arg0 ) : void
arg0 int
리턴 void

setLayout() 공개 메소드

public setLayout ( int arg0, int arg1 ) : void
arg0 int
arg1 int
리턴 void

setSoftInputMode() 공개 메소드

public setSoftInputMode ( int arg0 ) : void
arg0 int
리턴 void

setTitle() 공개 추상적인 메소드

public abstract setTitle ( java arg0 ) : void
arg0 java
리턴 void

setTitleColor() 공개 추상적인 메소드

public abstract setTitleColor ( int arg0 ) : void
arg0 int
리턴 void

setType() 공개 메소드

public setType ( int arg0 ) : void
arg0 int
리턴 void

setVolumeControlStream() 공개 추상적인 메소드

public abstract setVolumeControlStream ( int arg0 ) : void
arg0 int
리턴 void

setWindowAnimations() 공개 메소드

public setWindowAnimations ( int arg0 ) : void
arg0 int
리턴 void

setWindowManager() 공개 메소드

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

superDispatchKeyEvent() 공개 추상적인 메소드

public abstract superDispatchKeyEvent ( android arg0 ) : bool
arg0 android
리턴 bool

superDispatchTouchEvent() 공개 추상적인 메소드

public abstract superDispatchTouchEvent ( android arg0 ) : bool
arg0 android
리턴 bool

superDispatchTrackballEvent() 공개 추상적인 메소드

public abstract superDispatchTrackballEvent ( android arg0 ) : bool
arg0 android
리턴 bool

takeKeyEvents() 공개 추상적인 메소드

public abstract takeKeyEvents ( bool arg0 ) : void
arg0 bool
리턴 void

togglePanel() 공개 추상적인 메소드

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