Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DTransitionAnimation.java100 private final boolean mGridLayoutRecentsEnabled; field in TransitionAnimation
126 mGridLayoutRecentsEnabled = SystemProperties.getBoolean("ro.recents.grid", false); in TransitionAnimation()
634 if (!mGridLayoutRecentsEnabled) { in createAspectScaledThumbnailEnterExitAnimationLocked()
807 return mGridLayoutRecentsEnabled in shouldScaleDownThumbnailTransition()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java267 private final boolean mGridLayoutRecentsEnabled; field in AppTransition
319 mGridLayoutRecentsEnabled = SystemProperties.getBoolean("ro.recents.grid", false); in AppTransition()
764 if (mGridLayoutRecentsEnabled) { in createThumbnailAspectScaleAnimationLocked()
815 if (!mGridLayoutRecentsEnabled) { in createThumbnailAspectScaleAnimationLocked()
837 if (!mGridLayoutRecentsEnabled) { in createThumbnailAspectScaleAnimationLocked()
1789 return mGridLayoutRecentsEnabled in shouldScaleDownThumbnailTransition()