Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java132 private final boolean mGridLayoutRecentsEnabled; field in TransitionAnimation
169 mGridLayoutRecentsEnabled = SystemProperties.getBoolean("ro.recents.grid", false); in TransitionAnimation()
771 if (!mGridLayoutRecentsEnabled) { in createAspectScaledThumbnailEnterExitAnimationLocked()
890 if (mGridLayoutRecentsEnabled) { in createThumbnailAspectScaleAnimationLocked()
939 if (!mGridLayoutRecentsEnabled) { in createThumbnailAspectScaleAnimationLocked()
961 if (!mGridLayoutRecentsEnabled) { in createThumbnailAspectScaleAnimationLocked()
1084 return mGridLayoutRecentsEnabled in shouldScaleDownThumbnailTransition()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java235 private final boolean mGridLayoutRecentsEnabled; field in AppTransition
253 mGridLayoutRecentsEnabled = SystemProperties.getBoolean("ro.recents.grid", false); in AppTransition()
1603 return mGridLayoutRecentsEnabled in shouldScaleDownThumbnailTransition()