Searched defs:topActivity (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTask.java190 public ComponentName topActivity; field in class:Task
203 int resizeMode, ComponentName topActivity) {
226 this.topActivity = topActivity;
253 this.topActivity = o.topActivity;
327 return topActivity != null
328 ? topActivity
198 Task(TaskKey key, int affiliationTaskId, int affiliationColor, Drawable icon, Bitmap thumbnail, String title, String titleDescription, String dismissDescription, String appInfoDescription, int colorPrimary, int colorBackground, boolean isLaunchTarget, boolean isStackTask, boolean isSystemApp, boolean isDockable, Rect bounds, ActivityManager.TaskDescription taskDescription, int resizeMode, ComponentName topActivity) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipManager.java528 private static boolean isSettingsShown(ComponentName topActivity) { argument
531 if (topActivity.getPackageName().equals(componentName.first)) {
533 if (className == null || topActivity.getClassName().equals(className)) {
579 Rect bounds = isSettingsShown(topTask.topActivity)
/frameworks/base/core/java/android/app/
H A DActivityManager.java1325 public ComponentName topActivity; field in class:ActivityManager.RecentTaskInfo
1385 ComponentName.writeToParcel(topActivity, dest);
1413 topActivity = ComponentName.readFromParcel(source);
1571 public ComponentName topActivity; field in class:ActivityManager.RunningTaskInfo
1624 ComponentName.writeToParcel(topActivity, dest);
1643 topActivity = ComponentName.readFromParcel(source);
2377 public ComponentName topActivity; field in class:ActivityManager.StackInfo
2411 if (topActivity != null) {
2413 topActivity.writeToParcel(dest, 0);
2442 topActivity
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java602 final ActivityRecord topActivity() { method in class:ActivityStack
1600 && !focusedStack.topActivity().fullscreen) {
2046 final ActivityRecord topActivity = topRunningActivityLocked();
2056 if (r == topActivity) {
4890 ci.topActivity = top.intent.getComponent();

Completed in 1713 milliseconds