Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java124 private final boolean mGridLayoutRecentsEnabled; field in TransitionAnimation
161 mGridLayoutRecentsEnabled = SystemProperties.getBoolean("ro.recents.grid", false); in TransitionAnimation()
697 if (!mGridLayoutRecentsEnabled) { in createAspectScaledThumbnailEnterExitAnimationLocked()
816 if (mGridLayoutRecentsEnabled) { in createThumbnailAspectScaleAnimationLocked()
865 if (!mGridLayoutRecentsEnabled) { in createThumbnailAspectScaleAnimationLocked()
887 if (!mGridLayoutRecentsEnabled) { in createThumbnailAspectScaleAnimationLocked()
1011 return mGridLayoutRecentsEnabled in shouldScaleDownThumbnailTransition()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java262 private final boolean mGridLayoutRecentsEnabled; field in AppTransition
314 mGridLayoutRecentsEnabled = SystemProperties.getBoolean("ro.recents.grid", false); in AppTransition()
1672 return mGridLayoutRecentsEnabled in shouldScaleDownThumbnailTransition()