Searched refs:enqueueFocusEventLocked (Results 1 – 2 of 2) sorted by relevance
177 void enqueueFocusEventLocked(const InputWindowHandle& window, bool hasFocus) REQUIRES(mLock);
1077 void InputDispatcher::enqueueFocusEventLocked(const InputWindowHandle& window, bool hasFocus) { in enqueueFocusEventLocked() function in android::inputdispatcher::InputDispatcher3738 enqueueFocusEventLocked(*oldFocusedWindowHandle, false /*hasFocus*/); in setInputWindowsLocked()3748 enqueueFocusEventLocked(*newFocusedWindowHandle, true /*hasFocus*/); in setInputWindowsLocked()