Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java8029 final int tokenDisplayId = target.getDisplayContent().getDisplayId(); in hasInputMethodClientFocus() local
8030 if (tokenDisplayId != displayId) { in hasInputMethodClientFocus()
8033 + " from window: " + tokenDisplayId); in hasInputMethodClientFocus()