Searched refs:FullScreenTextColor (Results 1 – 3 of 3) sorted by relevance
82 public enum FullScreenTextColor { enum in FullScreenAnimation88 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()
422 ? FullScreenAnimation.FullScreenTextColor.LIGHT in onWallpaperColorsChanged()423 : FullScreenAnimation.FullScreenTextColor.DARK); in onWallpaperColorsChanged()
196 ? FullScreenAnimation.FullScreenTextColor.LIGHT in onWallpaperColorsChanged()197 : FullScreenAnimation.FullScreenTextColor.DARK); in onWallpaperColorsChanged()