Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java4552 ClientState focusedWindowClient; in dump() local
4582 focusedWindowClient = mCurFocusedWindowClient; in dump()
4619 if (focusedWindowClient != null && client != focusedWindowClient) { in dump()
4627 TransferPipe.dumpAsync(focusedWindowClient.client.asBinder(), fd, args); in dump()