Searched refs:RecentsDebugFlags (Results 1 – 13 of 13) sorted by relevance
80 import com.android.systemui.recents.RecentsDebugFlags;235 if (RecentsDebugFlags.Static.EnableMockTasks) { in SystemServicesProxy()275 if (RecentsDebugFlags.Static.EnableMockTasks) { in getRecentTasks()278 int count = Math.min(numLatestTasks, RecentsDebugFlags.Static.MockTaskCount); in getRecentTasks()281 int packageIndex = i % RecentsDebugFlags.Static.MockTasksPackageCount; in getRecentTasks()562 if (RecentsDebugFlags.Static.EnableMockTasks) { in getTaskThumbnail()631 if (RecentsDebugFlags.Static.EnableMockTasks) return; in removeTask()662 if (RecentsDebugFlags.Static.EnableMockTasks) return new ActivityInfo(); in getActivityInfo()679 if (RecentsDebugFlags.Static.EnableMockTasks) return new ActivityInfo(); in getActivityInfo()696 if (RecentsDebugFlags.Static.EnableMockTasks) { in getBadgedActivityLabel()[all …]
29 public class RecentsDebugFlags implements TunerService.Tunable { class61 public RecentsDebugFlags(Context context) { in RecentsDebugFlags() method in RecentsDebugFlags
52 RecentsDebugFlags debugFlags = Recents.getDebugFlags(); in getInitialFocusTaskIndex()
90 private static RecentsDebugFlags sDebugFlags;184 public static RecentsDebugFlags getDebugFlags() { in getDebugFlags()190 sDebugFlags = new RecentsDebugFlags(mContext); in start()
308 RecentsDebugFlags debugFlags = Recents.getDebugFlags(); in toggleRecents()779 if (RecentsDebugFlags.Static.EnableTransitionThumbnailDebugMode) { in drawThumbnailTransitionBitmap()
619 final RecentsDebugFlags debugFlags = Recents.getDebugFlags(); in onBusEvent()
53 import com.android.systemui.recents.RecentsDebugFlags;142 if (RecentsDebugFlags.Static.EnableStackActionButton) { in RecentsView()301 if (RecentsDebugFlags.Static.EnableStackActionButton) { in showEmptyView()313 if (RecentsDebugFlags.Static.EnableStackActionButton) { in hideEmptyView()350 if (RecentsDebugFlags.Static.EnableStackActionButton) { in onMeasure()383 if (RecentsDebugFlags.Static.EnableStackActionButton) { in onLayout()455 if (RecentsDebugFlags.Static.EnableStackActionButton) { in onBusEvent()629 if (!RecentsDebugFlags.Static.EnableStackActionButton) { in onBusEvent()637 if (!RecentsDebugFlags.Static.EnableStackActionButton) { in onBusEvent()652 if (!RecentsDebugFlags.Static.EnableStackActionButton) { in showStackActionButton()[all …]
43 import com.android.systemui.recents.RecentsDebugFlags;372 if (RecentsDebugFlags.Static.EnableTransitionThumbnailDebugMode) {394 if (RecentsDebugFlags.Static.EnableTransitionThumbnailDebugMode) {
35 import com.android.systemui.recents.RecentsDebugFlags;714 RecentsDebugFlags debugFlags = Recents.getDebugFlags(); in getInitialFocusState()
57 import com.android.systemui.recents.RecentsDebugFlags;1797 RecentsDebugFlags debugFlags = Recents.getDebugFlags(); in onBusEvent()
55 import com.android.systemui.recents.RecentsDebugFlags;549 if (RecentsDebugFlags.Static.EnableAffiliatedTaskGroups) {876 if (RecentsDebugFlags.Static.EnableMockTaskGroups) { in createAffiliatedGroupings()892 int groupCountDown = RecentsDebugFlags.Static.MockTaskGroupsTaskCount; in createAffiliatedGroupings()907 groupCountDown = RecentsDebugFlags.Static.MockTaskGroupsTaskCount; in createAffiliatedGroupings()948 if (RecentsDebugFlags.Static.EnableAffiliatedTaskGroups) { in createAffiliatedGroupings()
37 import com.android.systemui.recents.RecentsDebugFlags;139 if (RecentsDebugFlags.Static.EnableMockTasks) { in preloadPlan()
36 import com.android.systemui.recents.RecentsDebugFlags;293 int iconCacheSize = RecentsDebugFlags.Static.DisableBackgroundCache ? 1 : in RecentsTaskLoader()295 int thumbnailCacheSize = RecentsDebugFlags.Static.DisableBackgroundCache ? 1 : in RecentsTaskLoader()