Searched refs:mSwitchedKeyboardLayoutToast (Results 1 – 1 of 1) sorted by relevance
172 private Toast mSwitchedKeyboardLayoutToast; field in InputManagerService1451 if (mSwitchedKeyboardLayoutToast != null) { in handleSwitchKeyboardLayout()1452 mSwitchedKeyboardLayoutToast.cancel(); in handleSwitchKeyboardLayout()1453 mSwitchedKeyboardLayoutToast = null; in handleSwitchKeyboardLayout()1458 mSwitchedKeyboardLayoutToast = Toast.makeText( in handleSwitchKeyboardLayout()1460 mSwitchedKeyboardLayoutToast.show(); in handleSwitchKeyboardLayout()