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.java683 private View mSwitchingDialogTitleView; field in InputMethodManagerService
1368 if (mSwitchingDialog != null && mSwitchingDialogTitleView != null in handleHardKeyboardStatusChange()
1370 mSwitchingDialogTitleView.findViewById( in handleHardKeyboardStatusChange()
2676 && mSwitchingDialogTitleView != null in updateKeyboardFromSettingsLocked()
2678 final Switch hardKeySwitch = (Switch)mSwitchingDialogTitleView.findViewById( in updateKeyboardFromSettingsLocked()
4171 mSwitchingDialogTitleView = tv; in showInputMethodMenu()
4172 mSwitchingDialogTitleView in showInputMethodMenu()
4176 final Switch hardKeySwitch = (Switch) mSwitchingDialogTitleView.findViewById( in showInputMethodMenu()
4284 mSwitchingDialogTitleView = null; in hideInputMethodMenuLocked()