Searched refs:mSwitchedKeyboardLayoutToast (Results 1 – 1 of 1) sorted by relevance
180 private Toast mSwitchedKeyboardLayoutToast; field in InputManagerService1491 if (mSwitchedKeyboardLayoutToast != null) { in handleSwitchKeyboardLayout()1492 mSwitchedKeyboardLayoutToast.cancel(); in handleSwitchKeyboardLayout()1493 mSwitchedKeyboardLayoutToast = null; in handleSwitchKeyboardLayout()1498 mSwitchedKeyboardLayoutToast = Toast.makeText( in handleSwitchKeyboardLayout()1500 mSwitchedKeyboardLayoutToast.show(); in handleSwitchKeyboardLayout()