C# 클래스 android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl

상속: java.lang.Object, android.view.inputmethod.InputMethodSession
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
AbstractInputMethodSessionImpl ( android arg0 )
appPrivateCommand ( java arg0, android arg1 ) : void
dispatchKeyEvent ( int arg0, android arg1, android arg2 ) : void
dispatchKeyEvent ( int arg0, android arg1, global arg2 ) : void
dispatchTrackballEvent ( int arg0, android arg1, android arg2 ) : void
dispatchTrackballEvent ( int arg0, android arg1, global arg2 ) : void
displayCompletions ( android arg0 ) : void
finishInput ( ) : void
isEnabled ( ) : bool
isRevoked ( ) : bool
revokeSelf ( ) : void
setEnabled ( bool arg0 ) : void
toggleSoftInput ( int arg0, int arg1 ) : void
updateCursor ( android arg0 ) : void
updateExtractedText ( int arg0, android arg1 ) : void
updateSelection ( int arg0, int arg1, int arg2, int arg3, int arg4, int arg5 ) : void

보호된 메소드들

메소드 설명
AbstractInputMethodSessionImpl ( global @__env )

비공개 메소드들

메소드 설명
AbstractInputMethodSessionImpl ( )

메소드 상세

AbstractInputMethodSessionImpl() 공개 메소드

public AbstractInputMethodSessionImpl ( android arg0 )
arg0 android

AbstractInputMethodSessionImpl() 보호된 메소드

protected AbstractInputMethodSessionImpl ( global @__env )
@__env global

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

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

dispatchKeyEvent() 공개 메소드

public dispatchKeyEvent ( int arg0, android arg1, android arg2 ) : void
arg0 int
arg1 android
arg2 android
리턴 void

dispatchKeyEvent() 공개 메소드

public dispatchKeyEvent ( int arg0, android arg1, global arg2 ) : void
arg0 int
arg1 android
arg2 global
리턴 void

dispatchTrackballEvent() 공개 메소드

public dispatchTrackballEvent ( int arg0, android arg1, android arg2 ) : void
arg0 int
arg1 android
arg2 android
리턴 void

dispatchTrackballEvent() 공개 메소드

public dispatchTrackballEvent ( int arg0, android arg1, global arg2 ) : void
arg0 int
arg1 android
arg2 global
리턴 void

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

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

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

public abstract finishInput ( ) : void
리턴 void

isEnabled() 공개 메소드

public isEnabled ( ) : bool
리턴 bool

isRevoked() 공개 메소드

public isRevoked ( ) : bool
리턴 bool

revokeSelf() 공개 메소드

public revokeSelf ( ) : void
리턴 void

setEnabled() 공개 메소드

public setEnabled ( bool arg0 ) : void
arg0 bool
리턴 void

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

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

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

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

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

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

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

public abstract updateSelection ( int arg0, int arg1, int arg2, int arg3, int arg4, int arg5 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
arg4 int
arg5 int
리턴 void