Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingController.java185 boolean includeAuxiliarySubtypes, boolean isScreenLocked) { in getSortedInputMethodAndSubtypeList() argument
190 if (isScreenLocked && includeAuxiliarySubtypes) { in getSortedInputMethodAndSubtypeList()
531 boolean includingAuxiliarySubtypes, boolean isScreenLocked) { in getSortedInputMethodAndSubtypeListLocked() argument
533 includingAuxiliarySubtypes, isScreenLocked); in getSortedInputMethodAndSubtypeListLocked()
DInputMethodManagerService.java4090 private boolean isScreenLocked() { in isScreenLocked() method in InputMethodManagerService
4098 final boolean isScreenLocked = isScreenLocked(); in showInputMethodMenu()
4107 showAuxSubtypes, isScreenLocked); in showInputMethodMenu()