OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recents
(Results
126 - 139
of
139
) sorted by null
1
2
3
4
5
6
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewThumbnail.java
17
package com.android.systemui.
recents
.views;
38
import com.android.systemui.
recents
.model.Task;
56
@ViewDebug.ExportedProperty(category="
recents
")
58
@ViewDebug.ExportedProperty(category="
recents
")
60
@ViewDebug.ExportedProperty(category="
recents
")
66
@ViewDebug.ExportedProperty(category="
recents
")
79
@ViewDebug.ExportedProperty(category="
recents
")
82
@ViewDebug.ExportedProperty(category="
recents
")
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerView.java
63
import com.android.systemui.
recents
.
Recents
;
64
import com.android.systemui.
recents
.events.EventBus;
65
import com.android.systemui.
recents
.events.activity.DockedTopTaskEvent;
66
import com.android.systemui.
recents
.events.activity.RecentsActivityStartingEvent;
67
import com.android.systemui.
recents
.events.activity.UndockingTaskEvent;
68
import com.android.systemui.
recents
.events.ui.RecentsDrawnEvent;
69
import com.android.systemui.
recents
.events.ui.RecentsGrowingEvent;
70
import com.android.systemui.
recents
.misc.SystemServicesProxy;
301
SystemServicesProxy ssp =
Recents
.getSystemServices()
[
all
...]
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
SystemUiJankTests.java
52
private static final BySelector
RECENTS
= By.res(SYSTEMUI_PACKAGE, "recents_view");
149
// Rather than trying to scroll back to the bottom, just re-open the
recents
list
157
// use a long timeout to wait until
recents
populated
158
mDevice.wait(Until.findObject(
RECENTS
), 10000);
217
UiObject2
recents
= mDevice.findObject(
RECENTS
);
local
218
Rect r =
recents
.getVisibleBounds();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
SystemServicesProxy.java
17
package com.android.systemui.
recents
.misc;
80
import com.android.systemui.
recents
.RecentsDebugFlags;
81
import com.android.systemui.
recents
.RecentsImpl;
82
import com.android.systemui.
recents
.model.Task;
83
import com.android.systemui.
recents
.tv.RecentsTvImpl;
84
import com.android.systemui.
recents
.model.ThumbnailData;
274
* Returns a list of the
recents
tasks.
316
// Remove home/
recents
/excluded tasks
381
* Returns whether the
recents
activity is currently visible.
388
* Returns whether the
recents
activity is currently visible
[
all
...]
/development/samples/Home/src/com/example/android/home/
Home.java
352
* of
recents
depends on how many favorites are present.
361
final ArrayList<ApplicationInfo>
recents
= new ArrayList<ApplicationInfo>();
local
373
recents
.add(info);
379
mApplicationsStack.setRecents(
recents
);
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ActivityTestMain.java
598
List<ActivityManager.RecentTaskInfo>
recents
= mAm.getRecentTasks(10,
local
600
if (
recents
!= null) {
601
for (int i=0; i<
recents
.size(); i++) {
602
ActivityManager.RecentTaskInfo r =
recents
.get(i);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/
EventBus.java
17
package com.android.systemui.
recents
.events;
31
import com.android.systemui.
recents
.misc.ReferenceCountedTrigger;
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
PipManager.java
45
import com.android.systemui.
recents
.misc.SystemServicesProxy.TaskStackListener;
46
import com.android.systemui.
recents
.misc.SystemServicesProxy;
97
* State when PIP is shown in
Recents
.
101
* State when PIP is shown in
Recents
and it's focused to allow an user to control.
384
* Returns the focused PIP bound while
Recents
is shown.
385
* This is used to place PIP controls in
Recents
.
626
// If an activity becomes PIPed again after the fullscreen, the
Recents
is shown
652
// This happens only if an activity is PIPed after the
Recents
is shown.
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
SyncMessagesAction.java
467
final SyncCursorPair
recents
= new SyncCursorPair(startTimestamp, now);
local
470
if (!
recents
.isSynchronized(db)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
ScreenPinningRequest.java
17
package com.android.systemui.
recents
;
216
if (
Recents
.getSystemServices().hasSoftNavigationBar()) {
/system/extras/tests/workloads/
pwrtest.sh
289
echo $(date) Test 2 :
recents
fling for $recentflingTime minutes
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyboardShortcuts.java
63
import com.android.systemui.
recents
.
Recents
;
360
Recents
.getSystemServices().requestKeyboardShortcuts(mContext,
[
all
...]
BaseStatusBar.java
103
import com.android.systemui.
recents
.
Recents
;
732
mRecents = getComponent(
Recents
.class);
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java
145
import com.android.systemui.
recents
.ScreenPinningRequest;
146
import com.android.systemui.
recents
.events.EventBus;
147
import com.android.systemui.
recents
.events.activity.AppTransitionFinishedEvent;
148
import com.android.systemui.
recents
.events.activity.UndockingTaskEvent;
260
/** Allow some time inbetween the long press for back and
recents
. */
[
all
...]
Completed in 832 milliseconds
1
2
3
4
5
6