Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src_override/com/android/wallpaper/module/
DWallpapersInjector.java33 private WallpaperRotationRefresher mWallpaperRotationRefresher; field in WallpapersInjector
54 if (mWallpaperRotationRefresher == null) { in getWallpaperRotationRefresher()
55 mWallpaperRotationRefresher = new WallpaperRotationRefresher() { in getWallpaperRotationRefresher()
63 return mWallpaperRotationRefresher; in getWallpaperRotationRefresher()
/packages/apps/ThemePicker/src_override/com/android/wallpaper/module/
DWallpapersInjector.java33 private WallpaperRotationRefresher mWallpaperRotationRefresher; field in WallpapersInjector
54 if (mWallpaperRotationRefresher == null) { in getWallpaperRotationRefresher()
55 mWallpaperRotationRefresher = new WallpaperRotationRefresher() { in getWallpaperRotationRefresher()
63 return mWallpaperRotationRefresher; in getWallpaperRotationRefresher()
/packages/apps/ThemePicker/src/com/android/customization/module/
DDefaultCustomizationInjector.java41 private WallpaperRotationRefresher mWallpaperRotationRefresher; field in DefaultCustomizationInjector
77 if (mWallpaperRotationRefresher == null) { in getWallpaperRotationRefresher()
78 mWallpaperRotationRefresher = new WallpaperRotationRefresher() { in getWallpaperRotationRefresher()
86 return mWallpaperRotationRefresher; in getWallpaperRotationRefresher()