Searched refs:mSwitchedKeyboardLayoutToast (Results 1 – 1 of 1) sorted by relevance
143 private Toast mSwitchedKeyboardLayoutToast; field in InputManagerService1154 if (mSwitchedKeyboardLayoutToast != null) { in handleSwitchKeyboardLayout()1155 mSwitchedKeyboardLayoutToast.cancel(); in handleSwitchKeyboardLayout()1156 mSwitchedKeyboardLayoutToast = null; in handleSwitchKeyboardLayout()1161 mSwitchedKeyboardLayoutToast = Toast.makeText( in handleSwitchKeyboardLayout()1163 mSwitchedKeyboardLayoutToast.show(); in handleSwitchKeyboardLayout()