Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java2875 final int curTokenDisplayId = bindingController.getCurTokenDisplayId(); in updateSystemUiLocked() local
2880 + " displayId: " + curTokenDisplayId); in updateSystemUiLocked()
2909 mStatusBarManagerInternal.setImeWindowStatus(curTokenDisplayId, in updateSystemUiLocked()
4338 final int curTokenDisplayId; in getInputMethodWindowVisibleHeight()
4346 curTokenDisplayId = getCurTokenDisplayIdLocked(); in getInputMethodWindowVisibleHeight()
4348 return mWindowManagerInternal.getInputMethodWindowVisibleHeight(curTokenDisplayId); in getInputMethodWindowVisibleHeight()