Home
last modified time | relevance | path

Searched refs:mSwitchedKeyboardLayoutToast (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java180 private Toast mSwitchedKeyboardLayoutToast; field in InputManagerService
1491 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()