Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodMenuController.java62 private View mSwitchingDialogTitleView; field in InputMethodMenuController
151 mSwitchingDialogTitleView = tv; in showInputMethodMenu()
152 mSwitchingDialogTitleView in showInputMethodMenu()
156 final Switch hardKeySwitch = mSwitchingDialogTitleView.findViewById( in showInputMethodMenu()
215 if (mSwitchingDialog != null && mSwitchingDialogTitleView != null in updateKeyboardFromSettingsLocked()
217 final Switch hardKeySwitch = mSwitchingDialogTitleView.findViewById( in updateKeyboardFromSettingsLocked()
242 mSwitchingDialogTitleView = null; in hideInputMethodMenuLocked()
271 if (mSwitchingDialog != null && mSwitchingDialogTitleView != null in handleHardKeyboardStatusChange()
273 mSwitchingDialogTitleView.findViewById( in handleHardKeyboardStatusChange()