Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h725 sp<android::gui::WindowInfoHandle> findWallpaperWindowBelow(
DInputDispatcher.cpp2561 sp<WindowInfoHandle> wallpaper = findWallpaperWindowBelow(windowHandle); in findTouchedWindowTargetsLocked()
7119 newHasWallpaper ? findWallpaperWindowBelow(newWindowHandle) : nullptr; in slipWallpaperTouch()
7156 newHasWallpaper ? findWallpaperWindowBelow(toWindowHandle) : nullptr; in transferWallpaperTouch()
7188 sp<WindowInfoHandle> InputDispatcher::findWallpaperWindowBelow( in findWallpaperWindowBelow() function in android::inputdispatcher::InputDispatcher