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.java261 private final boolean mGridLayoutRecentsEnabled; field in AppTransition
311 mGridLayoutRecentsEnabled = SystemProperties.getBoolean("ro.recents.grid", false); in AppTransition()
1092 if (mGridLayoutRecentsEnabled) { in createThumbnailAspectScaleAnimationLocked()
1146 if (!mGridLayoutRecentsEnabled) { in createThumbnailAspectScaleAnimationLocked()
1168 if (!mGridLayoutRecentsEnabled) { in createThumbnailAspectScaleAnimationLocked()
1270 if (!mGridLayoutRecentsEnabled) { in createAspectScaledThumbnailEnterExitAnimationLocked()
2296 return mGridLayoutRecentsEnabled in shouldScaleDownThumbnailTransition()