Home
last modified time | relevance | path

Searched refs:WallpaperRotationRefresher (Results 1 – 8 of 8) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/module/
DDefaultCustomizationInjector.java32 import com.android.wallpaper.module.WallpaperRotationRefresher;
41 private WallpaperRotationRefresher mWallpaperRotationRefresher;
76 public synchronized WallpaperRotationRefresher getWallpaperRotationRefresher() { in getWallpaperRotationRefresher()
78 mWallpaperRotationRefresher = new WallpaperRotationRefresher() { in getWallpaperRotationRefresher()
/packages/apps/ThemePicker/src_override/com/android/wallpaper/module/
DWallpapersInjector.java33 private WallpaperRotationRefresher mWallpaperRotationRefresher;
53 public synchronized WallpaperRotationRefresher getWallpaperRotationRefresher() { in getWallpaperRotationRefresher()
55 mWallpaperRotationRefresher = new WallpaperRotationRefresher() { in getWallpaperRotationRefresher()
/packages/apps/WallpaperPicker2/src_override/com/android/wallpaper/module/
DWallpapersInjector.java33 private WallpaperRotationRefresher mWallpaperRotationRefresher;
53 public synchronized WallpaperRotationRefresher getWallpaperRotationRefresher() { in getWallpaperRotationRefresher()
55 mWallpaperRotationRefresher = new WallpaperRotationRefresher() { in getWallpaperRotationRefresher()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestInjector.java43 import com.android.wallpaper.module.WallpaperRotationRefresher;
69 private WallpaperRotationRefresher mWallpaperRotationRefresher;
201 public WallpaperRotationRefresher getWallpaperRotationRefresher() { in getWallpaperRotationRefresher()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperRotationRefresher.java23 public interface WallpaperRotationRefresher { interface
DInjector.java69 WallpaperRotationRefresher getWallpaperRotationRefresher(); in getWallpaperRotationRefresher()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DTopLevelPickerActivity.java75 import com.android.wallpaper.module.WallpaperRotationRefresher;
76 import com.android.wallpaper.module.WallpaperRotationRefresher.Listener;
714 WallpaperRotationRefresher wallpaperRotationRefresher = in refreshDailyWallpaper()
DCategoryFragment.java66 import com.android.wallpaper.module.WallpaperRotationRefresher;
67 import com.android.wallpaper.module.WallpaperRotationRefresher.Listener;
382 WallpaperRotationRefresher wallpaperRotationRefresher = in refreshDailyWallpaper()