Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h177 void enqueueFocusEventLocked(const InputWindowHandle& window, bool hasFocus) REQUIRES(mLock);
DInputDispatcher.cpp1077 void InputDispatcher::enqueueFocusEventLocked(const InputWindowHandle& window, bool hasFocus) { in enqueueFocusEventLocked() function in android::inputdispatcher::InputDispatcher
3738 enqueueFocusEventLocked(*oldFocusedWindowHandle, false /*hasFocus*/); in setInputWindowsLocked()
3748 enqueueFocusEventLocked(*newFocusedWindowHandle, true /*hasFocus*/); in setInputWindowsLocked()