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/
DInputMethodManagerService.java723 private View mSwitchingDialogTitleView; field in InputMethodManagerService
1535 if (mSwitchingDialog != null && mSwitchingDialogTitleView != null in handleHardKeyboardStatusChange()
1537 mSwitchingDialogTitleView.findViewById( in handleHardKeyboardStatusChange()
3054 && mSwitchingDialogTitleView != null in updateKeyboardFromSettingsLocked()
3056 final Switch hardKeySwitch = (Switch)mSwitchingDialogTitleView.findViewById( in updateKeyboardFromSettingsLocked()
4732 mSwitchingDialogTitleView = tv; in showInputMethodMenu()
4733 mSwitchingDialogTitleView in showInputMethodMenu()
4737 final Switch hardKeySwitch = (Switch) mSwitchingDialogTitleView.findViewById( in showInputMethodMenu()
4845 mSwitchingDialogTitleView = null; in hideInputMethodMenuLocked()