Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp6180 std::shared_ptr<InputChannel> focusedInputChannel = getInputChannelLocked(changes.oldFocus); in onFocusChangedLocked() local
6181 if (focusedInputChannel) { in onFocusChangedLocked()
6184 synthesizeCancelationEventsForInputChannelLocked(focusedInputChannel, options); in onFocusChangedLocked()