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.java5208 ClientState focusedWindowClient; in dump() local
5239 focusedWindowClient = mCurFocusedWindowClient; in dump()
5280 if (focusedWindowClient != null && client != focusedWindowClient) { in dump()
5288 TransferPipe.dumpAsync(focusedWindowClient.client.asBinder(), fd, args); in dump()