Home
last modified time | relevance | path

Searched refs:showFlags (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tests/Assist/src/com/android/test/assist/
DAssistInteractionSession.java95 public void onShow(Bundle args, int showFlags) { in onShow() argument
96 super.onShow(args, showFlags); in onShow()
97 if ((showFlags & SHOW_SOURCE_ASSIST_GESTURE) != 0) { in onShow()
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionSession.java90 public void onShow(Bundle args, int showFlags) { in onShow() argument
91 super.onShow(args, showFlags); in onShow()
92 mShowFlags = showFlags; in onShow()
93 Log.i(TAG, "onShow: flags=0x" + Integer.toHexString(showFlags) + " args=" + args); in onShow()
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodSession.aidl48 void toggleSoftInput(int showFlags, int hideFlags); in toggleSoftInput() argument
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSession.java177 public void toggleSoftInput(int showFlags, int hideFlags); in toggleSoftInput() argument
DInputMethodManager.java1085 public void toggleSoftInputFromWindow(IBinder windowToken, int showFlags, int hideFlags) { in toggleSoftInputFromWindow() argument
1092 mCurMethod.toggleSoftInput(showFlags, hideFlags); in toggleSoftInputFromWindow()
1111 public void toggleSoftInput(int showFlags, int hideFlags) { in toggleSoftInput() argument
1114 mCurMethod.toggleSoftInput(showFlags, hideFlags); in toggleSoftInput()
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java202 public void toggleSoftInput(int showFlags, int hideFlags) { in toggleSoftInput() argument
204 mCaller.obtainMessageII(DO_TOGGLE_SOFT_INPUT, showFlags, hideFlags)); in toggleSoftInput()
DInputMethodService.java554 public void toggleSoftInput(int showFlags, int hideFlags) { in toggleSoftInput() argument
555 InputMethodService.this.onToggleSoftInput(showFlags, hideFlags); in toggleSoftInput()
897 int showFlags = mShowInputFlags; in resetStateForNewConfiguration() local
910 if (dispatchOnShowInputRequested(showFlags, true)) { in resetStateForNewConfiguration()
2085 private void onToggleSoftInput(int showFlags, int hideFlags) { in onToggleSoftInput() argument
2090 requestShowSelf(showFlags); in onToggleSoftInput()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java1303 public void onShow(Bundle args, int showFlags) { in onShow() argument