Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h341 sp<android::gui::WindowInfoHandle> getFocusedWindowHandleLocked(int displayId) const
H A DInputDispatcher.cpp640 getFocusedWindowHandleLocked(mAwaitedApplicationDisplayId); in processNoFocusedWindowAnrLocked()
1818 sp<WindowInfoHandle> focusedWindowHandle = getFocusedWindowHandleLocked(displayId); in findFocusedWindowTargetsLocked()
2748 sp<WindowInfoHandle> focusedWindowHandle = getFocusedWindowHandleLocked(displayId); in pokeUserActivityLocked()
4422 sp<WindowInfoHandle> InputDispatcher::getFocusedWindowHandleLocked(int displayId) const { in getFocusedWindowHandleLocked() function in android::inputdispatcher::InputDispatcher