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.java250 private final boolean mGridLayoutRecentsEnabled; field in AppTransition
293 mGridLayoutRecentsEnabled = SystemProperties.getBoolean("ro.recents.grid", false); in AppTransition()
1031 if (mGridLayoutRecentsEnabled) { in createThumbnailAspectScaleAnimationLocked()
1085 if (!mGridLayoutRecentsEnabled) { in createThumbnailAspectScaleAnimationLocked()
1107 if (!mGridLayoutRecentsEnabled) { in createThumbnailAspectScaleAnimationLocked()
1209 if (!mGridLayoutRecentsEnabled) { in createAspectScaledThumbnailEnterExitAnimationLocked()
2208 return mGridLayoutRecentsEnabled in shouldScaleDownThumbnailTransition()