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

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsUserEventProxyReceiver.java 17 package com.android.systemui.recents;
22 import com.android.systemui.recent.Recents;
26 * A proxy for Recents events which happens strictly for non-owner users.
30 "com.android.systemui.recents.action.SHOW_RECENTS_FOR_USER";
32 "com.android.systemui.recents.action.HIDE_RECENTS_FOR_USER";
34 "com.android.systemui.recents.action.TOGGLE_RECENTS_FOR_USER";
36 "com.android.systemui.recents.action.PRELOAD_RECENTS_FOR_USER";
38 "com.android.systemui.recents.action.CONFIG_CHANGED_FOR_USER";
42 AlternateRecentsComponent recents = Recents.getRecentsComponent local
    [all...]
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;
50 // Enables us to create mock recents tasks
52 // Defines the number of mock recents packages to create
54 // Defines the number of mock recents tasks to create
  /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;
24 import com.android.systemui.recents.misc.SystemServicesProxy;
31 * Recents list.
TaskGrouping.java 1 package com.android.systemui.recents.model;
RecentsTaskLoadPlan.java 17 package com.android.systemui.recents.model;
26 import com.android.systemui.recents.RecentsConfiguration;
27 import com.android.systemui.recents.misc.SystemServicesProxy;
37 * - preloadRawTasks() will load the raw set of recents tasks from the system
41 * options specified, such that we can transition into the Recents activity seamlessly
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.
100 * Starts animating the scrim views when leaving Recents (either via launching a task, or
AnimateableViewBounds.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;

Completed in 317 milliseconds

1 2