Searched refs:mKeyboardLayoutNotificationShown (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java165 private boolean mKeyboardLayoutNotificationShown; field in class:InputManagerService
760 } else if (mKeyboardLayoutNotificationShown) {
950 if (!mKeyboardLayoutNotificationShown) {
976 mKeyboardLayoutNotificationShown = true;
982 if (mKeyboardLayoutNotificationShown) {
983 mKeyboardLayoutNotificationShown = false;

Completed in 69 milliseconds