Home
last modified time | relevance | path

Searched defs:topActivity (Results 1 – 25 of 38) sorted by relevance

12

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotationCompatPolicy.java174 ActivityRecord topActivity = mDisplayContent.topRunningActivity( in getOrientationInternal() local
258 ActivityRecord topActivity = mDisplayContent.topRunningActivity( in onScreenRotationAnimationFinished() local
269 ActivityRecord topActivity = mDisplayContent.topRunningActivity( in getSummaryForDisplayRotationHistoryRecord() local
410 ActivityRecord topActivity = mDisplayContent.topRunningActivity( in delayedUpdateOrientationWithWmLock() local
496 ActivityRecord topActivity = mDisplayContent.topRunningActivity( in removeCameraId() local
510 ActivityRecord topActivity = mDisplayContent.topRunningActivity( in isActivityForCameraIdRefreshing() local
H A DDisplayRotationReversionController.java140 final ActivityRecord topActivity = in isTopFullscreenActivityNoSensor() local
H A DDisplayWindowPolicyControllerHelper.java138 ActivityRecord topActivity = mDisplayContent.getTopActivity(false /* includeFinishing */, in onRunningActivityChanged() local
H A DAbsAppSnapshotController.java398 final ActivityRecord topActivity = getTopActivity(source); in drawAppThemeSnapshot() local
H A DTransition.java1836 ActivityRecord topActivity = null; in handleLegacyRecentsStartBehavior() local
2515 final ActivityRecord topActivity = topApp.asActivityRecord(); in calculateTransitionInfo() local
2539 static TransitionInfo.AnimationOptions addCustomActivityTransition(ActivityRecord topActivity, in addCustomActivityTransition()
2936 final ActivityRecord topActivity = task.getTopNonFinishingActivity(); in getChangeFlags() local
H A DActivitySnapshotController.java352 final ActivityRecord topActivity = task.getTopMostActivity(); in handleTaskTransition() local
H A DKeyguardController.java408 private void handleOccludedChanged(int displayId, @Nullable ActivityRecord topActivity) { in handleOccludedChanged()
/aosp14/frameworks/base/core/java/android/companion/virtual/
H A DIVirtualDeviceActivityListener.aidl35 void onTopActivityChanged(int displayId, in ComponentName topActivity, in int userId); in onTopActivityChanged()
H A DVirtualDeviceInternal.java399 public void onTopActivityChanged(int displayId, ComponentName topActivity) { in onTopActivityChanged()
403 public void onTopActivityChanged(int displayId, ComponentName topActivity, in onTopActivityChanged()
H A DVirtualDeviceManager.java783 void onTopActivityChanged(int displayId, @NonNull ComponentName topActivity); in onTopActivityChanged()
796 default void onTopActivityChanged(int displayId, @NonNull ComponentName topActivity, in onTopActivityChanged()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityRecordTests.java742 ActivityRecord topActivity = new ActivityBuilder(mAtm).setTask(task).build(); in testShouldMakeActive_nonTopVisible() local
771 ActivityRecord topActivity = new ActivityBuilder(mAtm).setTask(task).build(); in testShouldResumeOrPauseWithResults() local
993 final ActivityRecord topActivity = new ActivityBuilder(mAtm) in testFinishActivityIfPossible_removed() local
1046 ActivityRecord topActivity = new ActivityBuilder(mAtm) in testFinishActivityIfPossible_adjustStackOrderOrganizedRoot() local
1378 final ActivityRecord topActivity = new ActivityBuilder(mAtm) in testFinishBottomActivityIfPossible_noZBoost() local
1394 final ActivityRecord topActivity = new ActivityBuilder(mAtm) in testCompleteFinishing_waitForNextVisible() local
1423 final ActivityRecord topActivity = createActivityWithTask(); in testCompleteFinishing_noWaitForNextVisible_sleeping() local
1448 final ActivityRecord topActivity = new ActivityBuilder(mAtm) in testCompleteFinishing_noWaitForNextVisible_alreadyInvisible() local
1472 final ActivityRecord topActivity = new ActivityBuilder(mAtm) in testCompleteFinishing_waitForIdle() local
1495 final ActivityRecord topActivity = new ActivityBuilder(mAtm) in testCompleteFinishing_noWaitForNextVisible_stopped() local
[all …]
H A DAppWindowTokenAnimationTests.java79 final ActivityRecord topActivity = createActivityRecord(task); in clipAfterAnim_boundsLayerZBoosted() local
H A DRecentsAnimationTest.java105 ActivityRecord topActivity = new ActivityBuilder(mAtm).setCreateTask(true).build(); in testRecentsActivityVisiblility() local
H A DDisplayWindowPolicyControllerTests.java259 public void onTopActivityChanged(ComponentName topActivity, int uid, int userId) { in onTopActivityChanged()
H A DRootWindowContainerTests.java420 final ActivityRecord topActivity = taskFragment.getTopMostActivity(); in testMovingEmbeddedActivityToPip() local
1141 final ActivityRecord topActivity = new ActivityBuilder(mAtm).setTask(task).build(); in testLockAllProfileTasks() local
H A DActivityStarterTests.java1250 final ActivityRecord topActivity = in testWasVisibleInRestartAttempt() local
1306 final ActivityRecord topActivity = new ActivityBuilder(mAtm) in testReparentTopFocusedActivityToSecondaryDisplay() local
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityTransitionDrawableTest.java66 TestActivity topActivity = TestActivity.sInstances.get(2); in stopTransitionDrawableAlphaRestored() local
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/virtual/
H A DVirtualDeviceImpl.java179 public void onTopActivityChanged(int displayId, ComponentName topActivity, in createListenerAdapter()
H A DGenericWindowPolicyController.java304 public void onTopActivityChanged(ComponentName topActivity, int uid, @UserIdInt int userId) { in onTopActivityChanged()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
H A DTask.java237 public ComponentName topActivity; field in Task
291 ComponentName topActivity) { in Task()
/aosp14/frameworks/base/core/java/android/window/
H A DDisplayWindowPolicyController.java141 public void onTopActivityChanged(ComponentName topActivity, int uid, @UserIdInt int userId) {} in onTopActivityChanged()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipMediaController.kt291 val topActivity = PipUtils.getTopPipActivity(mContext).first regex
/aosp14/frameworks/base/core/java/android/app/
H A DTaskInfo.java93 public ComponentName topActivity; field in TaskInfo
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAssistDataRequester.java245 IBinder topActivity = activityTokens.get(i); in requestData() local
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java584 final ComponentName topActivity = taskInfo.topActivity; in isBackground() local

12