Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindow.java913 ? WindowManager.LayoutParams.PRIVATE_FLAG_DISABLE_WALLPAPER_TOUCH_EVENTS : 0, in setDisableWallpaperTouchEvents()
914 WindowManager.LayoutParams.PRIVATE_FLAG_DISABLE_WALLPAPER_TOUCH_EVENTS); in setDisableWallpaperTouchEvents()
DWindowManager.java1109 public static final int PRIVATE_FLAG_DISABLE_WALLPAPER_TOUCH_EVENTS = 0x00000800; field in WindowManager.LayoutParams
/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java287 & WindowManager.LayoutParams.PRIVATE_FLAG_DISABLE_WALLPAPER_TOUCH_EVENTS) in updateInputWindowsLw()