Searched defs:mSwitchingDialogTitleView (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java525 private View mSwitchingDialogTitleView; field in class:InputMethodManagerService
1186 if (mSwitchingDialog != null && mSwitchingDialogTitleView != null
1188 mSwitchingDialogTitleView.findViewById(
2362 && mSwitchingDialogTitleView != null
2364 final Switch hardKeySwitch = (Switch)mSwitchingDialogTitleView.findViewById(
3641 mSwitchingDialogTitleView = tv;
3642 mSwitchingDialogTitleView
3646 final Switch hardKeySwitch = (Switch) mSwitchingDialogTitleView.findViewById(

Completed in 31 milliseconds