Searched refs:isSUWMode (Results 1 – 10 of 10) sorted by relevance
18 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()
81 return exploreIntent != null && !ActivityUtils.isSUWMode(context); in shouldShowExploreButton()
100 return !ActivityUtils.isSUWMode(getBaseContext()); in isUpArrowSupported()
95 return !ActivityUtils.isSUWMode(getBaseContext()); in isUpArrowSupported()
92 return !ActivityUtils.isSUWMode(getBaseContext()); in isUpArrowSupported()
103 WindowCompat.setDecorFitsSystemWindows(window, ActivityUtils.isSUWMode(this)) in <lambda>()156 return !ActivityUtils.isSUWMode(baseContext) in <lambda>()
110 public static boolean isSUWMode(Context context) { in isSUWMode() method in ActivityUtils
85 WindowCompat.setDecorFitsSystemWindows(window, ActivityUtils.isSUWMode(this)) in <lambda>()
532 if (!ActivityUtils.isSUWMode(appContext)) { in startRotation()
667 if (!ActivityUtils.isSUWMode(appContext)) { in <lambda>()