Searched refs:RecentsDebugFlags (Results 1 – 7 of 7) sorted by relevance
32 import com.android.systemui.recents.RecentsDebugFlags;149 if (RecentsDebugFlags.Static.EnableTransitionThumbnailDebugMode) { in composeTaskBitmap()168 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 = Recents.getDebugFlags(); in getInitialFocusState()
51 import com.android.systemui.recents.RecentsDebugFlags;1881 RecentsDebugFlags debugFlags = Recents.getDebugFlags(); in onBusEvent()
19 public class RecentsDebugFlags { class
105 private static RecentsDebugFlags sDebugFlags;198 public static RecentsDebugFlags getDebugFlags() { in getDebugFlags()209 sDebugFlags = new RecentsDebugFlags(); in start()
965 if (RecentsDebugFlags.Static.EnableTransitionThumbnailDebugMode) { in drawThumbnailTransitionBitmap()