Searched refs:isScreenLocked (Results 1 – 3 of 3) sorted by relevance
185 boolean includeAuxiliarySubtypes, boolean isScreenLocked) { in getSortedInputMethodAndSubtypeList() argument190 if (isScreenLocked && includeAuxiliarySubtypes) { in getSortedInputMethodAndSubtypeList()531 boolean includingAuxiliarySubtypes, boolean isScreenLocked) { in getSortedInputMethodAndSubtypeListLocked() argument533 includingAuxiliarySubtypes, isScreenLocked); in getSortedInputMethodAndSubtypeListLocked()
4651 private boolean isScreenLocked() { in isScreenLocked() method in InputMethodManagerService4659 final boolean isScreenLocked = isScreenLocked(); in showInputMethodMenu()4668 showAuxSubtypes, isScreenLocked); in showInputMethodMenu()
16751 PLcom/android/server/inputmethod/InputMethodManagerService;->isScreenLocked()Z