HomeSort by relevance Sort by last modified time
    Searched defs:recents (Results 1 - 25 of 45) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
BitmapLruCache.java 17 package com.android.systemui.recents.model;
DrawableLruCache.java 17 package com.android.systemui.recents.model;
StringLruCache.java 17 package com.android.systemui.recents.model;
SpaceNode.java 17 package com.android.systemui.recents.model;
25 * The full recents space is partitioned using a BSP into various nodes that define where task
KeyStoreLruCache.java 17 package com.android.systemui.recents.model;
RecentsPackageMonitor.java 17 package com.android.systemui.recents.model;
23 import com.android.systemui.recents.misc.SystemServicesProxy;
29 * The package monitor listens for changes from PackageManager to update the contents of the Recents
TaskGrouping.java 1 package com.android.systemui.recents.model;
Task.java 17 package com.android.systemui.recents.model;
24 import com.android.systemui.recents.misc.Utilities;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DebugTrigger.java 17 package com.android.systemui.recents.misc;
22 import com.android.systemui.recents.Constants;
NamedCounter.java 17 package com.android.systemui.recents.misc;
DozeTrigger.java 17 package com.android.systemui.recents.misc;
ReferenceCountedTrigger.java 17 package com.android.systemui.recents.misc;
Console.java 17 package com.android.systemui.recents.misc;
77 Log.e("Recents", msg);
82 Log.e("Recents", msg, e);
98 Console.log(condition, "[Recents|" + key + "]",
107 Console.log(condition, "[Recents|" + key + "|" + desc + "]",
133 className.indexOf("recents.Console") == -1) {
Utilities.java 17 package com.android.systemui.recents.misc;
24 import com.android.systemui.recents.RecentsConfiguration;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
FixedSizeImageView.java 17 package com.android.systemui.recents.views;
ViewAnimation.java 17 package com.android.systemui.recents.views;
21 import com.android.systemui.recents.misc.ReferenceCountedTrigger;
26 /* The animation context for a task view animation into Recents */
52 /* The animation context for a task view animation out of Recents */
SystemBarScrimViews.java 17 package com.android.systemui.recents.views;
22 import com.android.systemui.recents.RecentsConfiguration;
44 * Prepares the scrim views for animating when entering Recents. This will be called before
60 * Starts animating the scrim views when entering Recents.
96 * Starts animating the scrim views when leaving Recents (either via launching a task, or
TaskViewFooter.java 17 package com.android.systemui.recents.views;
23 import com.android.systemui.recents.RecentsConfiguration;
TaskViewTransform.java 17 package com.android.systemui.recents.views;
24 import com.android.systemui.recents.Constants;
ViewPool.java 17 package com.android.systemui.recents.views;
TaskStackViewFilterAlgorithm.java 17 package com.android.systemui.recents.views;
19 import com.android.systemui.recents.Constants;
20 import com.android.systemui.recents.RecentsConfiguration;
21 import com.android.systemui.recents.model.Task;
TaskViewThumbnail.java 17 package com.android.systemui.recents.views;
35 import com.android.systemui.recents.RecentsConfiguration;
36 import com.android.systemui.recents.model.Task;
220 /** Prepares for the enter recents animation. */
230 /** Animates this task thumbnail as it enters recents */
236 /** Animates this task thumbnail as it exits recents */
AnimateableViewBounds.java 17 package com.android.systemui.recents.views;
26 import com.android.systemui.recents.RecentsConfiguration;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsAppWidgetHost.java 17 package com.android.systemui.recents;
22 import com.android.systemui.recents.misc.SystemServicesProxy;
23 import com.android.systemui.recents.model.RecentsTaskLoader;
Constants.java 17 package com.android.systemui.recents;
28 // Enables the screenshot app->Recents transition
52 // Enables us to create mock recents tasks
54 // Defines the number of mock recents packages to create
56 // Defines the number of mock recents tasks to create

Completed in 432 milliseconds

1 2