Searched refs:mSwitchedKeyboardLayoutToast (Results 1 – 1 of 1) sorted by relevance
175 private Toast mSwitchedKeyboardLayoutToast; field in InputManagerService1471 if (mSwitchedKeyboardLayoutToast != null) { in handleSwitchKeyboardLayout()1472 mSwitchedKeyboardLayoutToast.cancel(); in handleSwitchKeyboardLayout()1473 mSwitchedKeyboardLayoutToast = null; in handleSwitchKeyboardLayout()1478 mSwitchedKeyboardLayoutToast = Toast.makeText( in handleSwitchKeyboardLayout()1480 mSwitchedKeyboardLayoutToast.show(); in handleSwitchKeyboardLayout()