Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java609 int getCurTokenDisplayIdLocked() { in getCurTokenDisplayIdLocked() method in InputMethodManagerService
2211 && displayIdToShowIme == getCurTokenDisplayIdLocked()) { in startInputUncheckedLocked()
2419 + getCurTokenDisplayIdLocked()); in initializeImeLocked()
2706 final int tokenDisplayId = getCurTokenDisplayIdLocked(); in getInputMethodNavButtonFlagsLocked()
2808 final int tokenDisplayId = getCurTokenDisplayIdLocked(); in setImeWindowStatus()
3960 if (cs.mSelfReportedDisplayId != getCurTokenDisplayIdLocked()) { in startInputOrWindowGainedFocusInternalLocked()
4346 curTokenDisplayId = getCurTokenDisplayIdLocked(); in getInputMethodWindowVisibleHeight()
4628 proto.write(CUR_TOKEN_DISPLAY_ID, getCurTokenDisplayIdLocked()); in dumpDebug()
4744 getCurTokenDisplayIdLocked()); in onShowHideSoftInputRequested()
5035 mHwController.initializeHandwritingSpy(getCurTokenDisplayIdLocked()); in handleMessage()
[all …]
/frameworks/base/services/
Dart-wear-profile12406 PLcom/android/server/inputmethod/InputMethodManagerService;->getCurTokenDisplayIdLocked()I