Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCustomizationSectionController.kt53 val isWallpaperVisibilityControlledByTab: Boolean = false, in navigateTo() constant in com.android.wallpaper.model.CustomizationSectionController.ViewCreationParams
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/binder/
DCustomizationPickerBinder.kt187 isWallpaperVisibilityControlledByTab = true, in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/section/
DScreenPreviewSectionController.kt117 bindScreenPreview(previewView, context, !params.isWallpaperVisibilityControlledByTab) in <lambda>()