Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h620 void notifyFocusChangedLocked(const sp<IBinder>& oldFocus, const sp<IBinder>& newFocus)
H A DInputDispatcher.cpp4724 notifyFocusChangedLocked(oldFocusedWindowToken, newFocusedWindowToken); in setFocusedDisplay()
5529 void InputDispatcher::notifyFocusChangedLocked(const sp<IBinder>& oldToken, in notifyFocusChangedLocked() function in android::inputdispatcher::InputDispatcher
6203 notifyFocusChangedLocked(changes.oldFocus, changes.newFocus); in onFocusChangedLocked()