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.java60 private View mSwitchingDialogTitleView; field in InputMethodMenuController
148 mSwitchingDialogTitleView = tv; in showInputMethodMenuLocked()
149 mSwitchingDialogTitleView in showInputMethodMenuLocked()
153 final Switch hardKeySwitch = mSwitchingDialogTitleView.findViewById( in showInputMethodMenuLocked()
212 if (mSwitchingDialog != null && mSwitchingDialogTitleView != null in updateKeyboardFromSettingsLocked()
214 final Switch hardKeySwitch = mSwitchingDialogTitleView.findViewById( in updateKeyboardFromSettingsLocked()
239 mSwitchingDialogTitleView = null; in hideInputMethodMenuLocked()
268 if (mSwitchingDialog != null && mSwitchingDialogTitleView != null in handleHardKeyboardStatusChange()
270 mSwitchingDialogTitleView.findViewById( in handleHardKeyboardStatusChange()