Searched refs:COMMAND_UNFREEZE (Results 1 – 3 of 3) sorted by relevance
21 import static android.app.WallpaperManager.COMMAND_UNFREEZE;923 mFindResults.isWallpaperTargetForLetterbox ? COMMAND_FREEZE : COMMAND_UNFREEZE, in adjustWallpaperWindows()
21 import static android.app.WallpaperManager.COMMAND_UNFREEZE;2122 if (COMMAND_FREEZE.equals(cmd.action) || COMMAND_UNFREEZE.equals(cmd.action)) { in doCommand()2123 updateFrozenState(/* frozenRequested= */ !COMMAND_UNFREEZE.equals(cmd.action)); in doCommand()
290 public static final String COMMAND_UNFREEZE = "android.wallpaper.unfreeze"; field in WallpaperManager