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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSession.java170 * @param showFlags Provides additional operating flags. May be
177 public void toggleSoftInput(int showFlags, int hideFlags); argument
H A DInputMethodManager.java1063 * @param showFlags Provides additional operating flags. May be
1070 public void toggleSoftInputFromWindow(IBinder windowToken, int showFlags, int hideFlags) { argument
1077 mCurMethod.toggleSoftInput(showFlags, hideFlags);
1088 * @param showFlags Provides additional operating flags. May be
1096 public void toggleSoftInput(int showFlags, int hideFlags) { argument
1099 mCurMethod.toggleSoftInput(showFlags, hideFlags);
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodSession.aidl48 void toggleSoftInput(int showFlags, int hideFlags);
/frameworks/base/tests/Assist/src/com/android/test/assist/
H A DAssistInteractionSession.java95 public void onShow(Bundle args, int showFlags) { argument
96 super.onShow(args, showFlags);
97 if ((showFlags & SHOW_SOURCE_ASSIST_GESTURE) != 0) {
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java202 public void toggleSoftInput(int showFlags, int hideFlags) { argument
204 mCaller.obtainMessageII(DO_TOGGLE_SOFT_INPUT, showFlags, hideFlags));
H A DInputMethodService.java546 public void toggleSoftInput(int showFlags, int hideFlags) { argument
547 InputMethodService.this.onToggleSoftInput(showFlags, hideFlags);
786 int showFlags = mShowInputFlags;
799 if (onShowInputRequested(showFlags, true)) {
1944 private void onToggleSoftInput(int showFlags, int hideFlags) { argument
1949 requestShowSelf(showFlags);
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java89 public void onShow(Bundle args, int showFlags) { argument
90 super.onShow(args, showFlags);
91 Log.i(TAG, "onShow: flags=0x" + Integer.toHexString(showFlags) + " args=" + args);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java1273 * @param showFlags The show flags originally provided to
1276 public void onShow(Bundle args, int showFlags) { argument

Completed in 327 milliseconds