Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodMenuController.java95 final boolean isScreenLocked = isScreenLocked(); in showInputMethodMenu()
104 showAuxSubtypes, isScreenLocked); in showInputMethodMenu()
236 private boolean isScreenLocked() { in isScreenLocked() method in InputMethodMenuController
DInputMethodSubtypeSwitchingController.java184 boolean includeAuxiliarySubtypes, boolean isScreenLocked, boolean forImeMenu) { in getSortedInputMethodAndSubtypeList() argument
189 if (isScreenLocked && includeAuxiliarySubtypes) { in getSortedInputMethodAndSubtypeList()
535 boolean includingAuxiliarySubtypes, boolean isScreenLocked) { in getSortedInputMethodAndSubtypeListForImeMenuLocked() argument
537 includingAuxiliarySubtypes, isScreenLocked, true /* forImeMenu */); in getSortedInputMethodAndSubtypeListForImeMenuLocked()
/frameworks/base/services/
Dart-profile19910 PLcom/android/server/inputmethod/InputMethodMenuController;->isScreenLocked()Z