Searched refs:RecentsDebugFlags (Results 1 – 7 of 7) sorted by relevance
31 import com.android.systemui.recents.RecentsDebugFlags;148 if (RecentsDebugFlags.Static.EnableTransitionThumbnailDebugMode) { in composeTaskBitmap()167 if (RecentsDebugFlags.Static.EnableTransitionThumbnailDebugMode) { in composeHeaderBitmap()
34 import com.android.systemui.recents.RecentsDebugFlags;173 && !RecentsDebugFlags.Static.DisableRecentsLowRamEnterExitAnimation) { in prepareForEnterAnimation()
35 import com.android.systemui.recents.RecentsDebugFlags;669 RecentsDebugFlags debugFlags = LegacyRecentsImpl.getDebugFlags(); in getInitialFocusState()
52 import com.android.systemui.recents.RecentsDebugFlags;1883 RecentsDebugFlags debugFlags = LegacyRecentsImpl.getDebugFlags(); in onBusEvent()
19 public class RecentsDebugFlags { class
94 private static RecentsDebugFlags sDebugFlags;185 public static RecentsDebugFlags getDebugFlags() { in getDebugFlags()199 sDebugFlags = new RecentsDebugFlags(); in onStart()
951 if (RecentsDebugFlags.Static.EnableTransitionThumbnailDebugMode) { in drawThumbnailTransitionBitmap()