Searched refs:INPUT_CONSUMER_WALLPAPER (Results 1 – 2 of 2) sorted by relevance
23 import static android.view.WindowManager.INPUT_CONSUMER_WALLPAPER;182 case INPUT_CONSUMER_WALLPAPER: in createInputConsumer()615 wallpaperInputConsumer = getInputConsumer(INPUT_CONSUMER_WALLPAPER, DEFAULT_DISPLAY); in updateInputWindows()
74 final static String INPUT_CONSUMER_WALLPAPER = "wallpaper_input_consumer"; field