Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h361 bool shouldWaitToSendKeyLocked(nsecs_t currentTime, const char* focusedWindowName)
DInputDispatcher.cpp1418 const char* focusedWindowName) { in shouldWaitToSendKeyLocked() argument
1429 focusedWindowName); in shouldWaitToSendKeyLocked()
1442 focusedWindowName); in shouldWaitToSendKeyLocked()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java836 Entry(ClientState client, EditorInfo editorInfo, String focusedWindowName, in Entry() argument
842 mFocusedWindowName = focusedWindowName; in Entry()