OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:launchedToTaskId
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsActivityLaunchState.java
35
public int
launchedToTaskId
;
42
launchedToTaskId
= -1;
RecentsActivity.java
371
loader.preloadTasks(loadPlan, launchState.
launchedToTaskId
,
376
loadOpts.runningTaskId = launchState.
launchedToTaskId
;
683
int launchToTaskId = launchState.
launchedToTaskId
;
687
ssp.cancelWindowTransition(launchState.
launchedToTaskId
);
[
all
...]
RecentsImpl.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
RecentsTvActivity.java
200
loadOpts.runningTaskId = launchState.
launchedToTaskId
;
218
if (launchState.
launchedToTaskId
!= -1) {
223
if (t.key.id == launchState.
launchedToTaskId
) {
528
int launchToTaskId = launchState.
launchedToTaskId
;
532
ssp.cancelWindowTransition(launchState.
launchedToTaskId
);
RecentsTvImpl.java
104
launchState.
launchedToTaskId
= (runningTask != null) ? runningTask.id : -1;
Completed in 35 milliseconds