Home
last modified time | relevance | path

Searched refs:mInputMethodManager (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPasswordViewController.java54 private final InputMethodManager mInputMethodManager; field in KeyguardPasswordViewController
114 mInputMethodManager = inputMethodManager; in KeyguardPasswordViewController()
140 mInputMethodManager.showInputMethodPickerFromSystem(false, in onViewAttached()
240 mInputMethodManager, false); in updateSwitchImeButton()
H A DKeyguardInputViewController.java200 private final InputMethodManager mInputMethodManager; field in KeyguardInputViewController.Factory
227 mInputMethodManager = inputMethodManager; in Factory()
256 mInputMethodManager, emergencyButtonController, mMainExecutor, mResources, in create()
/aosp14/frameworks/base/core/java/android/view/textservice/
H A DTextServicesManager.java100 private final InputMethodManager mInputMethodManager; field in TextServicesManager
107 mInputMethodManager = inputMethodManager; in TextServicesManager()
148 return mInputMethodManager; in getInputMethodManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java1014 private InputMethodManager mInputMethodManager; field in RemoteInputView.RemoteEditText
1162 mInputMethodManager = targetContext.getSystemService(InputMethodManager.class); in onCreateInputConnection()
1163 if (mInputMethodManager != null) { in onCreateInputConnection()
1170 mInputMethodManager.viewClicked(RemoteEditText.this); in onCreateInputConnection()
1171 mInputMethodManager.showSoftInput(RemoteEditText.this, 0); in onCreateInputConnection()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarTest.java193 private InputMethodManager mInputMethodManager; field in NavigationBarTest
503 mInputMethodManager, in createNavBar()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java259 private final InputMethodManager mInputMethodManager; field in NavigationBar
610 mInputMethodManager = inputMethodManager; in NavigationBar()
1413 mInputMethodManager.showInputMethodPickerFromSystem( in onImeSwitcherClick()