Searched refs:COMMAND_FREEZE (Results 1 – 3 of 3) sorted by relevance
20 import static android.app.WallpaperManager.COMMAND_FREEZE;923 mFindResults.isWallpaperTargetForLetterbox ? COMMAND_FREEZE : COMMAND_UNFREEZE, in adjustWallpaperWindows()
20 import static android.app.WallpaperManager.COMMAND_FREEZE;2122 if (COMMAND_FREEZE.equals(cmd.action) || COMMAND_UNFREEZE.equals(cmd.action)) { in doCommand()
283 public static final String COMMAND_FREEZE = "android.wallpaper.freeze"; field in WallpaperManager