/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | IMultiClientInputMethodSession.aidl | 27 void showSoftInput(int flags, in ResultReceiver resultReceiver); in showSoftInput() method
|
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethod.aidl | 51 void showSoftInput(int flags, in ResultReceiver resultReceiver); in showSoftInput() method
|
D | IInputMethodManager.aidl | 44 boolean showSoftInput(in IInputMethodClient client, int flags, in showSoftInput() method
|
/frameworks/base/core/java/android/webkit/ |
D | FindActionModeCallback.java | 158 public void showSoftInput() { in showSoftInput() method in FindActionModeCallback 160 mInput.showSoftInput(mEditText, 0); in showSoftInput()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethod.java | 291 public void showSoftInput(int flags, ResultReceiver resultReceiver); in showSoftInput() method
|
D | InputMethodManager.java | 1339 public boolean showSoftInput(View view, int flags) { in showSoftInput() method in InputMethodManager 1343 return fallbackImm.showSoftInput(view, flags); in showSoftInput() 1346 return showSoftInput(view, flags, null); in showSoftInput() 1407 public boolean showSoftInput(View view, int flags, ResultReceiver resultReceiver) { in showSoftInput() method in InputMethodManager 1411 return fallbackImm.showSoftInput(view, flags, resultReceiver); in showSoftInput() 1422 return mService.showSoftInput(mClient, flags, resultReceiver); in showSoftInput() 1444 mService.showSoftInput(mClient, flags, resultReceiver); in showSoftInputUnchecked() 2043 showSoftInput(mServedView, 0 /* flags */, resultReceiver); in requestImeShow()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | MultiClientInputMethodClientCallbackAdaptor.java | 343 public void showSoftInput(int flags, ResultReceiver resultReceiver) { in showSoftInput() method in MultiClientInputMethodClientCallbackAdaptor.MultiClientInputMethodSessionImpl 349 CallbackImpl::showSoftInput, mCallbackImpl, flags, in showSoftInput() 455 void showSoftInput(int flags, ResultReceiver resultReceiver) { in showSoftInput() method in MultiClientInputMethodClientCallbackAdaptor.CallbackImpl
|
D | IInputMethodWrapper.java | 220 inputMethod.showSoftInput(msg.arg1, (ResultReceiver)msg.obj); in executeMessage() 356 public void showSoftInput(int flags, ResultReceiver resultReceiver) { in showSoftInput() method in IInputMethodWrapper
|
D | InputMethodService.java | 626 public void showSoftInput(int flags, ResultReceiver resultReceiver) { in showSoftInput() method in InputMethodService.InputMethodImpl
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardPasswordView.java | 96 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT); in resetState() 121 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT); in onResume()
|
/frameworks/base/core/java/android/app/ |
D | NativeActivity.java | 330 mIMM.showSoftInput(mNativeContentView, mode); in showIme()
|
/frameworks/base/core/java/android/widget/ |
D | NumberPicker.java | 1293 showSoftInput(); in performClick() 1303 showSoftInput(); in performLongClick() 1312 private void showSoftInput() { in showSoftInput() method in NumberPicker 1320 inputMethodManager.showSoftInput(mInputText, 0); in showSoftInput()
|
D | SearchView.java | 2090 imm.showSoftInput(this, 0); in showSoftInputIfNecessary() 2109 imm.showSoftInput(this, 0); in setImeVisibility()
|
D | TextView.java | 8528 imm.showSoftInput(this, 0); in onKeyUp() 10885 imm.showSoftInput(this, 0); in onTouchEvent() 11996 handled |= imm.showSoftInput(this, 0); in performAccessibilityActionClick()
|
D | Editor.java | 2263 imm.showSoftInput(mTextView, 0, null); in startActionModeInternal()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputView.java | 633 imm.showSoftInput(RemoteEditText.this, 0); in onCreateInputConnection()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | MultiClientInputMethodManagerService.java | 1432 public boolean showSoftInput( in showSoftInput() method in MultiClientInputMethodManagerService.ApiCallbacks 1458 clientInfo.mMSInputMethodSession.showSoftInput(flags, resultReceiver); in showSoftInput()
|
D | InputMethodManagerService.java | 2748 public boolean showSoftInput(IInputMethodClient client, int flags, in showSoftInput() method in InputMethodManagerService 3729 ((IInputMethod)args.arg1).showSoftInput(msg.arg1, (ResultReceiver)args.arg2); in handleMessage()
|
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
D | EditStyledText.java | 1808 if (imm.showSoftInput(mEST, 0, mSkr) && mSkr != null) { in showSoftKey()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PrintActivity.java | 1912 imm.showSoftInput(mPageRangeEditText, 0); in updateOptionsUi()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | system-current.txt | 9540 method public void showSoftInput();
|
/frameworks/base/services/ |
D | art-profile | 7325 PLcom/android/server/inputmethod/InputMethodManagerService;->showSoftInput(Lcom/android/internal/vi…
|