Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DFullScreenAnimation.java82 public enum FullScreenTextColor { enum in FullScreenAnimation
88 FullScreenTextColor mFullScreenTextColor = FullScreenTextColor.DEFAULT;
260 public void setFullScreenTextColor(FullScreenTextColor fullScreenTextColor) { in setFullScreenTextColor()
312 if (!toFullScreen || mFullScreenTextColor == FullScreenTextColor.DEFAULT) { in animateColor()
316 } else if (mFullScreenTextColor == FullScreenTextColor.DARK) { in animateColor()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DLivePreviewFragment.java422 ? FullScreenAnimation.FullScreenTextColor.LIGHT in onWallpaperColorsChanged()
423 : FullScreenAnimation.FullScreenTextColor.DARK); in onWallpaperColorsChanged()
DImagePreviewFragment.java196 ? FullScreenAnimation.FullScreenTextColor.LIGHT in onWallpaperColorsChanged()
197 : FullScreenAnimation.FullScreenTextColor.DARK); in onWallpaperColorsChanged()