Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h239 void enqueueFocusEventLocked(const sp<IBinder>& windowToken, bool hasFocus,
DInputDispatcher.cpp1689 void InputDispatcher::enqueueFocusEventLocked(const sp<IBinder>& windowToken, bool hasFocus, in enqueueFocusEventLocked() function in android::inputdispatcher::InputDispatcher
6935 enqueueFocusEventLocked(changes.oldFocus, /*hasFocus=*/false, changes.reason); in onFocusChangedLocked()
6939 enqueueFocusEventLocked(changes.newFocus, /*hasFocus=*/true, changes.reason); in onFocusChangedLocked()