Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DRecentsTransitionComposer.java31 import com.android.systemui.recents.RecentsDebugFlags;
148 if (RecentsDebugFlags.Static.EnableTransitionThumbnailDebugMode) { in composeTaskBitmap()
167 if (RecentsDebugFlags.Static.EnableTransitionThumbnailDebugMode) { in composeHeaderBitmap()
DTaskStackAnimationHelper.java34 import com.android.systemui.recents.RecentsDebugFlags;
173 && !RecentsDebugFlags.Static.DisableRecentsLowRamEnterExitAnimation) { in prepareForEnterAnimation()
DTaskStackLayoutAlgorithm.java35 import com.android.systemui.recents.RecentsDebugFlags;
669 RecentsDebugFlags debugFlags = LegacyRecentsImpl.getDebugFlags(); in getInitialFocusState()
DTaskStackView.java52 import com.android.systemui.recents.RecentsDebugFlags;
1883 RecentsDebugFlags debugFlags = LegacyRecentsImpl.getDebugFlags(); in onBusEvent()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsDebugFlags.java19 public class RecentsDebugFlags { class
DLegacyRecentsImpl.java94 private static RecentsDebugFlags sDebugFlags;
185 public static RecentsDebugFlags getDebugFlags() { in getDebugFlags()
199 sDebugFlags = new RecentsDebugFlags(); in onStart()
DRecentsImpl.java951 if (RecentsDebugFlags.Static.EnableTransitionThumbnailDebugMode) { in drawThumbnailTransitionBitmap()