Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DTouchState.h69 sp<android::gui::WindowInfoHandle> getWallpaperWindow(DeviceId deviceId) const;
DTouchState.cpp214 sp<WindowInfoHandle> TouchState::getWallpaperWindow(DeviceId deviceId) const { in getWallpaperWindow() function in android::inputdispatcher::TouchState
DInputDispatcher.cpp5416 if (const auto& ww = state.getWallpaperWindow(deviceId); ww != nullptr) { in setInputWindowsLocked()
7117 oldHasWallpaper ? state.getWallpaperWindow(deviceId) : nullptr; in slipWallpaperTouch()
7154 oldHasWallpaper ? state.getWallpaperWindow(deviceId) : nullptr; in transferWallpaperTouch()