Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodMenuController.java62 private View mSwitchingDialogTitleView; field in InputMethodMenuController
153 mSwitchingDialogTitleView = tv; in showInputMethodMenuLocked()
154 mSwitchingDialogTitleView in showInputMethodMenuLocked()
158 final Switch hardKeySwitch = mSwitchingDialogTitleView.findViewById( in showInputMethodMenuLocked()
217 if (mSwitchingDialog != null && mSwitchingDialogTitleView != null in updateKeyboardFromSettingsLocked()
219 final Switch hardKeySwitch = mSwitchingDialogTitleView.findViewById( in updateKeyboardFromSettingsLocked()
248 mSwitchingDialogTitleView = null; in hideInputMethodMenuLocked()
279 if (mSwitchingDialog != null && mSwitchingDialogTitleView != null in handleHardKeyboardStatusChange()
281 mSwitchingDialogTitleView.findViewById( in handleHardKeyboardStatusChange()