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

/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java134 private boolean mKeyboardLayoutNotificationShown; field in class:InputManagerService
686 } else if (mKeyboardLayoutNotificationShown) {
695 if (!mKeyboardLayoutNotificationShown) {
718 mKeyboardLayoutNotificationShown = true;
724 if (mKeyboardLayoutNotificationShown) {
725 mKeyboardLayoutNotificationShown = false;

Completed in 48 milliseconds