Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java80 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsDebugFlags.java29 public class RecentsDebugFlags implements TunerService.Tunable { class
61 public RecentsDebugFlags(Context context) { in RecentsDebugFlags() method in RecentsDebugFlags
DRecentsActivityLaunchState.java52 RecentsDebugFlags debugFlags = Recents.getDebugFlags(); in getInitialFocusTaskIndex()
DRecents.java90 private static RecentsDebugFlags sDebugFlags;
184 public static RecentsDebugFlags getDebugFlags() { in getDebugFlags()
190 sDebugFlags = new RecentsDebugFlags(mContext); in start()
DRecentsImpl.java308 RecentsDebugFlags debugFlags = Recents.getDebugFlags(); in toggleRecents()
779 if (RecentsDebugFlags.Static.EnableTransitionThumbnailDebugMode) { in drawThumbnailTransitionBitmap()
DRecentsActivity.java619 final RecentsDebugFlags debugFlags = Recents.getDebugFlags(); in onBusEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DRecentsView.java53 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 …]
DRecentsTransitionHelper.java43 import com.android.systemui.recents.RecentsDebugFlags;
372 if (RecentsDebugFlags.Static.EnableTransitionThumbnailDebugMode) {
394 if (RecentsDebugFlags.Static.EnableTransitionThumbnailDebugMode) {
DTaskStackLayoutAlgorithm.java35 import com.android.systemui.recents.RecentsDebugFlags;
714 RecentsDebugFlags debugFlags = Recents.getDebugFlags(); in getInitialFocusState()
DTaskStackView.java57 import com.android.systemui.recents.RecentsDebugFlags;
1797 RecentsDebugFlags debugFlags = Recents.getDebugFlags(); in onBusEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DTaskStack.java55 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()
DRecentsTaskLoadPlan.java37 import com.android.systemui.recents.RecentsDebugFlags;
139 if (RecentsDebugFlags.Static.EnableMockTasks) { in preloadPlan()
DRecentsTaskLoader.java36 import com.android.systemui.recents.RecentsDebugFlags;
293 int iconCacheSize = RecentsDebugFlags.Static.DisableBackgroundCache ? 1 : in RecentsTaskLoader()
295 int thumbnailCacheSize = RecentsDebugFlags.Static.DisableBackgroundCache ? 1 : in RecentsTaskLoader()