Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
H A DIndividualPickerFragment.java717 if (shouldShowRotationTile() && mWasUpdateRunnableRun && !mWallpapers.isEmpty()) { in onResume()
1084 index = (shouldShowRotationTile() || mCategory.supportsCustomPhotos()) in updateActivatedStatus()
1101 index = (shouldShowRotationTile() || mCategory.supportsCustomPhotos()) in updateAppliedStatus()
1173 boolean shouldShowRotationTile() { in shouldShowRotationTile() method in IndividualPickerFragment
1252 if (shouldShowRotationTile() && position == SPECIAL_FIXED_TILE_ADAPTER_POSITION) { in getItemViewType()
1287 return (shouldShowRotationTile() || mCategory.supportsCustomPhotos()) in getItemCount()
1444 int wallpaperIndex = (shouldShowRotationTile() || mCategory.supportsCustomPhotos())