Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DRecentsTransitionComposer.java32 import com.android.systemui.recents.RecentsDebugFlags;
149 if (RecentsDebugFlags.Static.EnableTransitionThumbnailDebugMode) { in composeTaskBitmap()
168 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 = Recents.getDebugFlags(); in getInitialFocusState()
DTaskStackView.java51 import com.android.systemui.recents.RecentsDebugFlags;
1881 RecentsDebugFlags debugFlags = Recents.getDebugFlags(); in onBusEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsDebugFlags.java19 public class RecentsDebugFlags { class
DRecents.java105 private static RecentsDebugFlags sDebugFlags;
198 public static RecentsDebugFlags getDebugFlags() { in getDebugFlags()
209 sDebugFlags = new RecentsDebugFlags(); in start()
DRecentsImpl.java965 if (RecentsDebugFlags.Static.EnableTransitionThumbnailDebugMode) { in drawThumbnailTransitionBitmap()