Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCustomizationPickerActivity.java18 import static com.android.wallpaper.util.ActivityUtils.isSUWMode;
124 WindowCompat.setDecorFitsSystemWindows(getWindow(), isSUWMode(this)); in onCreate()
351 if (isSUWMode(this)) { in onActivityResult()
400 return !isSUWMode(this); in isUpArrowSupported()
DWallpaperInfoHelper.java81 return exploreIntent != null && !ActivityUtils.isSUWMode(context); in shouldShowExploreButton()
DFullPreviewActivity.java100 return !ActivityUtils.isSUWMode(getBaseContext()); in isUpArrowSupported()
DViewOnlyPreviewActivity.java95 return !ActivityUtils.isSUWMode(getBaseContext()); in isUpArrowSupported()
DPreviewActivity.java92 return !ActivityUtils.isSUWMode(getBaseContext()); in isUpArrowSupported()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/
DWallpaperPreviewActivity.kt103 WindowCompat.setDecorFitsSystemWindows(window, ActivityUtils.isSUWMode(this)) in <lambda>()
156 return !ActivityUtils.isSUWMode(baseContext) in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DActivityUtils.java110 public static boolean isSUWMode(Context context) { in isSUWMode() method in ActivityUtils
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/
DCustomizationPickerActivity2.kt85 WindowCompat.setDecorFitsSystemWindows(window, ActivityUtils.isSUWMode(this)) in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualPickerFragment.java532 if (!ActivityUtils.isSUWMode(appContext)) { in startRotation()
DIndividualPickerFragment2.kt667 if (!ActivityUtils.isSUWMode(appContext)) { in <lambda>()