Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java259 private final boolean mGridLayoutRecentsEnabled; field in AppTransition
309 mGridLayoutRecentsEnabled = SystemProperties.getBoolean("ro.recents.grid", false); in AppTransition()
1090 if (mGridLayoutRecentsEnabled) { in createThumbnailAspectScaleAnimationLocked()
1144 if (!mGridLayoutRecentsEnabled) { in createThumbnailAspectScaleAnimationLocked()
1166 if (!mGridLayoutRecentsEnabled) { in createThumbnailAspectScaleAnimationLocked()
1268 if (!mGridLayoutRecentsEnabled) { in createAspectScaledThumbnailEnterExitAnimationLocked()
2289 return mGridLayoutRecentsEnabled in shouldScaleDownThumbnailTransition()