Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java5151 ClientState focusedWindowClient; in dumpAsStringNoCheck() local
5182 focusedWindowClient = mCurFocusedWindowClient; in dumpAsStringNoCheck()
5229 if (focusedWindowClient != null && client != focusedWindowClient) { in dumpAsStringNoCheck()
5237 TransferPipe.dumpAsync(focusedWindowClient.client.asBinder(), fd, args); in dumpAsStringNoCheck()