Home
last modified time | relevance | path

Searched refs:topActivityType (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/systemsounds/
H A DHomeSoundEffectController.java133 currentTask.topActivityType == WindowConfiguration.ACTIVITY_TYPE_HOME; in shouldPlayHomeSoundForCurrentTransition()
156 mLastActivityType = currentTask.topActivityType; in updateLastTaskInfo()
159 currentTask.topActivityType == WindowConfiguration.ACTIVITY_TYPE_HOME; in updateLastTaskInfo()
/aosp14/frameworks/base/core/java/android/app/
H A DTaskInfo.java217 public @WindowConfiguration.ActivityType int topActivityType; field in TaskInfo
534 return topActivityType == that.topActivityType in equalsForTaskOrganizer()
620 topActivityType = source.readInt(); in readFromParcel()
678 dest.writeInt(topActivityType); in writeToParcel()
730 + " topActivityType=" + topActivityType in toString()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
H A DRecentsTransitionHandler.java405 if (taskInfo != null && taskInfo.topActivityType == ACTIVITY_TYPE_RECENTS) { in start()
408 } else if (taskInfo != null && taskInfo.topActivityType == ACTIVITY_TYPE_HOME) { in start()
455 if (taskInfo.topActivityType == ACTIVITY_TYPE_HOME) { in start()
473 && taskInfo.topActivityType == ACTIVITY_TYPE_RECENTS) { in start()
480 } else if (taskInfo != null && taskInfo.topActivityType == ACTIVITY_TYPE_HOME) { in start()
593 if (isLeafTask && taskInfo.topActivityType == ACTIVITY_TYPE_HOME) { in merge()
626 } else if (isLeafTask && taskInfo.topActivityType == ACTIVITY_TYPE_HOME in merge()
929 if (state.mTaskInfo.topActivityType == ACTIVITY_TYPE_HOME) { in finishInner()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/unfold/system/
H A DActivityManagerActivityTypeProvider.kt55 topActivityType == WindowConfiguration.ACTIVITY_TYPE_HOME
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSnapshotWindowCreator.java44 startingWindowInfo.taskInfo.topActivityType, mMainExecutor, in makeTaskSnapshotWindow()
H A DWindowlessSnapshotWindowCreator.java95 runningTaskInfo.topActivityType, removeExecutor, in makeTaskSnapshotWindow()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowOrganizerTests.java698 assertEquals(ACTIVITY_TYPE_UNDEFINED, info1.topActivityType); in testCreateDeleteRootTasks()
705 assertEquals(ACTIVITY_TYPE_UNDEFINED, info2.topActivityType); in testCreateDeleteRootTasks()
767 assertEquals(ACTIVITY_TYPE_STANDARD, info1.topActivityType); in testTileAddRemoveChild()
784 assertEquals(ACTIVITY_TYPE_UNDEFINED, info1.topActivityType); in testTileAddRemoveChild()
864 assertEquals(ACTIVITY_TYPE_STANDARD, lastReportedTiles.get(0).topActivityType); in testTaskInfoCallback()
874 assertEquals(ACTIVITY_TYPE_HOME, lastReportedTiles.get(0).topActivityType); in testTaskInfoCallback()
881 assertEquals(ACTIVITY_TYPE_STANDARD, lastReportedTiles.get(0).topActivityType); in testTaskInfoCallback()
936 lastReportedTiles.get(info1.token.asBinder()).topActivityType); in testHierarchyTransaction()
938 lastReportedTiles.get(info2.token.asBinder()).topActivityType); in testHierarchyTransaction()
950 lastReportedTiles.get(info2.token.asBinder()).topActivityType); in testHierarchyTransaction()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/phone/
H A DPhoneStartingWindowTypeAlgorithm.java61 final boolean topIsHome = windowInfo.taskInfo.topActivityType == ACTIVITY_TYPE_HOME; in getSuggestedWindowType()
/aosp14/frameworks/base/core/java/android/window/
H A DStartingWindowInfo.java286 + " topActivityType=" + taskInfo.topActivityType in toString()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/systemsounds/
H A DHomeSoundEffectControllerTest.java422 res.topActivityType = activityType; in createRunningTaskInfo()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DDefaultMixedHandler.java201 || (request.getTriggerTask().topActivityType != ACTIVITY_TYPE_HOME in handleRequest()
202 && request.getTriggerTask().topActivityType != ACTIVITY_TYPE_RECENTS))) { in handleRequest()
H A DDefaultTransitionHandler.java575 && change.getTaskInfo().topActivityType == ACTIVITY_TYPE_DREAM) { in isDreamTransition()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMenuView.java291 && taskInfo.topActivityType != WindowConfiguration.ACTIVITY_TYPE_HOME); in onFocusTaskChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java186 && apps[0].taskInfo.topActivityType == WindowConfiguration.ACTIVITY_TYPE_DREAM; in getTransitionOldType()
H A DKeyguardViewMediator.java1101 && apps[0].taskInfo.topActivityType
1202 && apps[0].taskInfo.topActivityType
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DShellTaskOrganizer.java535 || (taskInfo.topActivityType == WindowConfiguration.ACTIVITY_TYPE_HOME in onTaskInfoChanged()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/transition/
H A DShellTransitionTests.java1583 taskInfo.topActivityType = activityType; in createTaskInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTransition.java1843 final int activityType = change.getTaskInfo().topActivityType; in handleLegacyRecentsStartBehavior()
H A DTask.java3409 info.topActivityType = topTask.getActivityType();