Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultCurrentWallpaperInfoFactory.java66 final boolean isMultiCropEnabled = flags.isMultiCropEnabled(); in createCurrentWallpaperInfos()
75 if (isMultiCropEnabled) { in createCurrentWallpaperInfos()
131 if (isMultiCropEnabled) { in createCurrentWallpaperInfos()
156 if (isMultiCropEnabled) { in createCurrentWallpaperInfos()
DDefaultWallpaperPersister.java115 if (WallpaperManager.isMultiCropEnabled() && (!(asset instanceof StreamableAsset))) { in setIndividualWallpaper()
126 if ((cropRect == null || WallpaperManager.isMultiCropEnabled()) in setIndividualWallpaper()
336 if (!WallpaperManager.isMultiCropEnabled()) { in cropAndSetWallpaperBitmapInRotationStatic()
343 scaledCropRect = WallpaperManager.isMultiCropEnabled() ? scaledCropRect : null; in cropAndSetWallpaperBitmapInRotationStatic()
DWallpaperPicker2Injector.kt307 if (getFlags().isMultiCropEnabled()) { in getWallpaperInteractor()
326 if (getFlags().isMultiCropEnabled()) { in getWallpaperClient()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/config/
DBaseFlags.kt47 open fun isMultiCropEnabled() = WallpaperManager.isMultiCropEnabled() in <lambda>() method in com.android.wallpaper.config.BaseFlags
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/binder/
DScreenPreviewBinder.kt137 val isMultiCropEnabled = flags.isMultiCropEnabled() in <lambda>() constant
306 if (isMultiCropEnabled) false else offsetToStart, in <lambda>()
465 offsetToStart = if (isMultiCropEnabled) false else offsetToStart, in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperCropUtils.java198 boolean isMultiCropEnabled = flags.isMultiCropEnabled(); in calculateCropRect()
230 if (isMultiCropEnabled) { in calculateCropRect()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DViewOnlyPreviewActivity.java113 if (flags.isMultiCropEnabled()) { in newIntent()
DStandalonePreviewActivity.java145 if (flags.isMultiCropEnabled()) { in loadPreviewFragment()
DPreviewActivity.java133 if (flags.isMultiCropEnabled()) { in newIntent()
DCustomizationPickerActivity.java102 if (flags.isMultiCropEnabled()) { in onCreate()
DImagePreviewFragment.java456 if (WallpaperManager.isMultiCropEnabled()) result.scale(1f / mFullResImageView.getScale()); in calculateCropRect()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCurrentWallpaperInfo.java130 boolean getFullAsset = flags.isMultiCropEnabled() && !mCropHints.isEmpty(); in createCurrentWallpaperAssetVN()
DWallpaperInfo.java324 if (!flags.isMultiCropEnabled()) {
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestInjector.kt271 if (getFlags().isMultiCropEnabled()) { in getWallpaperInteractor()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/content/
DWallpaperClientImpl.kt606 if (!flags.isMultiCropEnabled()) { in <lambda>()
/packages/apps/ThemePicker/src/com/android/customization/module/
DThemePickerInjector.kt208 if (getFlags().isMultiCropEnabled()) { in <lambda>()