Searched refs:FullScreenAnimation (Results 1 – 4 of 4) sorted by relevance
52 import com.android.wallpaper.util.FullScreenAnimation;138 protected FullScreenAnimation mFullScreenAnimation;184 mFullScreenAnimation = new FullScreenAnimation(view); in onCreateView()
69 import com.android.wallpaper.util.FullScreenAnimation;422 ? FullScreenAnimation.FullScreenTextColor.LIGHT in onWallpaperColorsChanged()423 : FullScreenAnimation.FullScreenTextColor.DARK); in onWallpaperColorsChanged()
68 import com.android.wallpaper.util.FullScreenAnimation;196 ? FullScreenAnimation.FullScreenTextColor.LIGHT in onWallpaperColorsChanged()197 : FullScreenAnimation.FullScreenTextColor.DARK); in onWallpaperColorsChanged()
49 public class FullScreenAnimation { class102 public FullScreenAnimation(View view) { in FullScreenAnimation() method in FullScreenAnimation