Home
last modified time | relevance | path

Searched refs:PRESENTATION_MODE_ROTATING (Results 1 – 6 of 6) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPreferences.kt422 @IntDef(PRESENTATION_MODE_STATIC, PRESENTATION_MODE_ROTATING) annotation class PresentationMode in getWallpaperPresentationMode()
454 const val PRESENTATION_MODE_ROTATING = 2 in getWallpaperPresentationMode() constant
DRotationWallpaperUpdateReceiver.java85 != WallpaperPreferences.PRESENTATION_MODE_ROTATING) { in switchToStaticWallpaper()
DDefaultCurrentWallpaperInfoFactory.java71 && mPresentationMode != WallpaperPreferences.PRESENTATION_MODE_ROTATING) { in createCurrentWallpaperInfos()
DDefaultWallpaperPersister.java586 == WallpaperPreferences.PRESENTATION_MODE_ROTATING in doInBackground()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DAttributionFormatter.java62 case WallpaperPreferences.PRESENTATION_MODE_ROTATING: in getHumanReadableWallpaperPresentationMode()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestWallpaperRotationInitializer.java61 WallpaperPreferences.PRESENTATION_MODE_ROTATING); in startRotation()