OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecentsDebugFlags
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsDebugFlags.java
29
public class
RecentsDebugFlags
implements TunerService.Tunable {
61
public
RecentsDebugFlags
(Context context) {
RecentsActivityLaunchState.java
52
RecentsDebugFlags
debugFlags = Recents.getDebugFlags();
Recents.java
90
private static
RecentsDebugFlags
sDebugFlags;
184
public static
RecentsDebugFlags
getDebugFlags() {
190
sDebugFlags = new
RecentsDebugFlags
(mContext);
RecentsImpl.java
308
RecentsDebugFlags
debugFlags = Recents.getDebugFlags();
[
all
...]
RecentsActivity.java
619
final
RecentsDebugFlags
debugFlags = Recents.getDebugFlags();
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
SystemServicesProxy.java
80
import com.android.systemui.recents.
RecentsDebugFlags
;
235
if (
RecentsDebugFlags
.Static.EnableMockTasks) {
275
if (
RecentsDebugFlags
.Static.EnableMockTasks) {
278
int count = Math.min(numLatestTasks,
RecentsDebugFlags
.Static.MockTaskCount);
281
int packageIndex = i %
RecentsDebugFlags
.Static.MockTasksPackageCount;
562
if (
RecentsDebugFlags
.Static.EnableMockTasks) {
631
if (
RecentsDebugFlags
.Static.EnableMockTasks) return;
662
if (
RecentsDebugFlags
.Static.EnableMockTasks) return new ActivityInfo();
679
if (
RecentsDebugFlags
.Static.EnableMockTasks) return new ActivityInfo();
696
if (
RecentsDebugFlags
.Static.EnableMockTasks)
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsView.java
53
import com.android.systemui.recents.
RecentsDebugFlags
;
142
if (
RecentsDebugFlags
.Static.EnableStackActionButton) {
301
if (
RecentsDebugFlags
.Static.EnableStackActionButton) {
313
if (
RecentsDebugFlags
.Static.EnableStackActionButton) {
350
if (
RecentsDebugFlags
.Static.EnableStackActionButton) {
383
if (
RecentsDebugFlags
.Static.EnableStackActionButton) {
455
if (
RecentsDebugFlags
.Static.EnableStackActionButton) {
629
if (!
RecentsDebugFlags
.Static.EnableStackActionButton) {
637
if (!
RecentsDebugFlags
.Static.EnableStackActionButton) {
652
if (!
RecentsDebugFlags
.Static.EnableStackActionButton)
[
all
...]
RecentsTransitionHelper.java
43
import com.android.systemui.recents.
RecentsDebugFlags
;
372
if (
RecentsDebugFlags
.Static.EnableTransitionThumbnailDebugMode) {
394
if (
RecentsDebugFlags
.Static.EnableTransitionThumbnailDebugMode) {
TaskStackLayoutAlgorithm.java
35
import com.android.systemui.recents.
RecentsDebugFlags
;
714
RecentsDebugFlags
debugFlags = Recents.getDebugFlags();
[
all
...]
TaskStackView.java
57
import com.android.systemui.recents.
RecentsDebugFlags
;
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
RecentsTaskLoadPlan.java
37
import com.android.systemui.recents.
RecentsDebugFlags
;
139
if (
RecentsDebugFlags
.Static.EnableMockTasks) {
TaskStack.java
55
import com.android.systemui.recents.
RecentsDebugFlags
;
549
if (
RecentsDebugFlags
.Static.EnableAffiliatedTaskGroups) {
[
all
...]
RecentsTaskLoader.java
36
import com.android.systemui.recents.
RecentsDebugFlags
;
293
int iconCacheSize =
RecentsDebugFlags
.Static.DisableBackgroundCache ? 1 :
295
int thumbnailCacheSize =
RecentsDebugFlags
.Static.DisableBackgroundCache ? 1 :
Completed in 276 milliseconds