/frameworks/base/core/java/android/view/ |
D | InsetsController.java | 172 InputMethodManager getInputMethodManager(); in getInputMethodManager() method 879 mHost.getInputMethodManager(), null /* icProto */); in show() 940 mHost.getInputMethodManager(), null /* icProto */); in hide() 982 mHost.getInputMethodManager(), null /* icProto */); in controlWindowInsetsAnimation() 1077 mHost.getInputMethodManager(), null /* icProto */); in controlAnimationUnchecked() 1114 "ImeInsetsSourceConsumer#requestShow", mHost.getInputMethodManager(), in collectSourceControls() 1158 "InsetsSourceConsumer#show", mHost.getInputMethodManager(), in collectSourceControls() 1165 "InsetsSourceConsumer#hide", mHost.getInputMethodManager(), in collectSourceControls() 1272 mHost.getInputMethodManager(), null /* icProto */); in cancelAnimation() 1422 mHost.getInputMethodManager(), null /* icProto */); in hideDirectly() [all …]
|
D | ImeInsetsSourceConsumer.java | 159 return mController.getHost().getInputMethodManager(); in getImm()
|
D | InsetsSourceConsumer.java | 122 mController.getHost().getInputMethodManager(), null /* icProto */); in setControl() 263 mController.getHost().getInputMethodManager(), null /* icProto */); in applyLocalVisibilityOverride()
|
D | ViewRootInsetsControllerHost.java | 232 public InputMethodManager getInputMethodManager() { in getInputMethodManager() method in ViewRootInsetsControllerHost
|
D | ViewRootImpl.java | 8278 getInsetsController().getHost().getInputMethodManager(), null /* icProto */); in dispatchInsetsChanged() 8303 getInsetsController().getHost().getInputMethodManager(), null /* icProto */); in dispatchInsetsControlChanged() 9678 viewAncestor.getInsetsController().getHost().getInputMethodManager(), in showInsets() 9692 viewAncestor.getInsetsController().getHost().getInputMethodManager(), in hideInsets()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/ |
D | InputMethodPreference.java | 224 private InputMethodManager getInputMethodManager() { in getInputMethodManager() method in InputMethodPreference 229 final InputMethodManager imm = getInputMethodManager(); in getSummaryString()
|
/frameworks/base/core/java/android/view/textservice/ |
D | SpellCheckerSession.java | 176 final InputMethodManager imm = mTextServicesManager.getInputMethodManager(); in getSentenceSuggestions() 209 final InputMethodManager imm = mTextServicesManager.getInputMethodManager(); in getSuggestions()
|
D | TextServicesManager.java | 145 public InputMethodManager getInputMethodManager() { in getInputMethodManager() method in TextServicesManager
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 1005 final InputMethodManager imm = getInputMethodManager(); in updateSpellCheckSpans() 1761 private InputMethodManager getInputMethodManager() { in getInputMethodManager() method in Editor 1849 final InputMethodManager imm = getInputMethodManager(); in maybeFireScheduledRestartInputForSetText() 1956 final InputMethodManager imm = getInputMethodManager(); in reportExtractedText() 1992 final InputMethodManager imm = getInputMethodManager(); in sendUpdateSelection() 2018 InputMethodManager imm = getInputMethodManager(); in onDraw() 2495 final InputMethodManager imm = getInputMethodManager(); in startActionModeInternal() 2505 final InputMethodManager imm = getInputMethodManager(); in extractedTextModeWillBeStarted() 4538 final InputMethodManager imm = getInputMethodManager(); in updatePosition()
|
D | TextView.java | 2292 InputMethodManager imm = getInputMethodManager(); in setEnabled() 2302 InputMethodManager imm = getInputMethodManager(); in setEnabled() 2541 InputMethodManager imm = getInputMethodManager(); in setKeyListener() 6691 InputMethodManager imm = getInputMethodManager(); in setInputType() 7181 InputMethodManager imm = getInputMethodManager(); in onEditorAction() 8652 InputMethodManager imm = getInputMethodManager(); in onKeyUp() 8707 InputMethodManager imm = getInputMethodManager(); in onKeyUp() 11211 final InputMethodManager imm = getInputMethodManager(); in onTouchEvent() 12427 final InputMethodManager imm = getInputMethodManager(); in performAccessibilityActionClick() 12495 private InputMethodManager getInputMethodManager() { in getInputMethodManager() method in TextView.Drawables [all …]
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 18741 HSPLandroid/view/ViewRootInsetsControllerHost;->getInputMethodManager()Landroid/view/inputmethod/In… 20068 HSPLandroid/widget/Editor;->getInputMethodManager()Landroid/view/inputmethod/InputMethodManager;+]L… 20851 HSPLandroid/widget/TextView;->getInputMethodManager()Landroid/view/inputmethod/InputMethodManager;+…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 18789 HSPLandroid/view/ViewRootInsetsControllerHost;->getInputMethodManager()Landroid/view/inputmethod/In… 20116 HSPLandroid/widget/Editor;->getInputMethodManager()Landroid/view/inputmethod/InputMethodManager;+]L… 20898 HSPLandroid/widget/TextView;->getInputMethodManager()Landroid/view/inputmethod/InputMethodManager;+…
|