/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ActivityRecordTests.java | 301 final ActivityRecord topActivity = new ActivityBuilder(mAtm).setTask(task).build(); in testPausingWhenVisibleFromStopped() local 738 ActivityRecord topActivity = new ActivityBuilder(mAtm).setTask(task).build(); in testShouldMakeActive_nonTopVisible() local 767 ActivityRecord topActivity = new ActivityBuilder(mAtm).setTask(task).build(); in testShouldResumeOrPauseWithResults() local 827 ActivityRecord topActivity = new ActivityBuilder(mAtm).setTask(activity.getTask()).build(); in testShouldStartWhenMakeClientActive() local 993 final ActivityRecord topActivity = new ActivityBuilder(mAtm) in testFinishActivityIfPossible_removed() local 1046 ActivityRecord topActivity = new ActivityBuilder(mAtm) in testFinishActivityIfPossible_adjustStackOrderOrganizedRoot() local 1374 final ActivityRecord topActivity = new ActivityBuilder(mAtm) in testFinishBottomActivityIfPossible_noZBoost() local 1390 final ActivityRecord topActivity = new ActivityBuilder(mAtm) in testCompleteFinishing_waitForNextVisible() local 1419 final ActivityRecord topActivity = createActivityWithTask(); in testCompleteFinishing_noWaitForNextVisible_sleeping() local 1444 final ActivityRecord topActivity = new ActivityBuilder(mAtm) in testCompleteFinishing_noWaitForNextVisible_alreadyInvisible() local [all …]
|
H A D | AppCompatActivityRobot.java | 354 mActivityStack.applyToTop((topActivity) -> { in configureTopActivityFoldablePosture() argument 410 final ActivityRecord topActivity = mActivityStack.top(); in checkTopActivityAspectRatios() local 418 final ActivityRecord topActivity = mActivityStack.top(); in checkTopActivityInSizeCompatMode() local
|
H A D | TaskFragmentOrganizerControllerTest.java | 1776 final ActivityRecord topActivity = new ActivityBuilder(mAtm) in testApplyTransaction_reorderTaskFragmentToFront() local 1810 final ActivityRecord topActivity = new ActivityBuilder(mAtm) in testApplyTransaction_reorderToBottomOfTask() local 1847 final ActivityRecord topActivity = new ActivityBuilder(mAtm) in testApplyTransaction_reorderToTopOfTask() local 1952 final ActivityRecord topActivity = new ActivityBuilder(mAtm) in testApplyTransaction_reorder_failsIfNotSystemOrganizer_common() local
|
H A D | RootWindowContainerTests.java | 364 final ActivityRecord topActivity = new ActivityBuilder(mAtm).setProcessName("testAttach") in testAttachApplication() local 607 final ActivityRecord topActivity = taskFragment.getTopMostActivity(); in testMovingEmbeddedActivityToPip() local 1344 final ActivityRecord topActivity = new ActivityBuilder(mAtm).setTask(task).build(); in testLockAllProfileTasks() local
|
H A D | AppWindowTokenAnimationTests.java | 79 final ActivityRecord topActivity = createActivityRecord(task); in clipAfterAnim_boundsLayerZBoosted() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayRotationCompatPolicy.java | 150 final ActivityRecord topActivity = mDisplayContent.topRunningActivity( in getOrientationInternal() local 189 final ActivityRecord topActivity = mDisplayContent.topRunningActivity( in onScreenRotationAnimationFinished() local 201 ActivityRecord topActivity = mDisplayContent.topRunningActivity( in getSummaryForDisplayRotationHistoryRecord() local 380 final ActivityRecord topActivity = getTopActivity(); in canCameraBeClosed() local 402 final ActivityRecord topActivity = getTopActivity(); in onCameraClosed() local
|
H A D | CameraCompatFreeformPolicy.java | 151 final ActivityRecord topActivity = getTopActivityFromCameraTask(); in canCameraBeClosed() local 168 final ActivityRecord topActivity = getTopActivityFromCameraTask(); in onCameraClosed() local 240 int getCameraCompatMode(@NonNull ActivityRecord topActivity) { in getCameraCompatMode() 318 private boolean isActivityForCameraIdRefreshing(@NonNull ActivityRecord topActivity, in isActivityForCameraIdRefreshing()
|
H A D | AbsAppSnapshotController.java | 148 protected abstract Rect getLetterboxInsets(ActivityRecord topActivity); in getLetterboxInsets() 404 final ActivityRecord topActivity = getTopActivity(source); in drawAppThemeSnapshot() local
|
H A D | ActivitySnapshotController.java | 450 final ActivityRecord topActivity = task.getTopMostActivity(); in handleTaskTransition() local 614 protected Rect getLetterboxInsets(ActivityRecord topActivity) { in getLetterboxInsets()
|
H A D | DisplayRotationReversionController.java | 141 final ActivityRecord topActivity = in isTopFullscreenActivityNoSensor() local
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/ |
H A D | ActivityTests.java | 102 final Activity topActivity = launchActivityAndWait(topActivityClass); in testFinishTask_FromRoot() local 130 final Activity topActivity = launchActivityAndWait(topActivityClass); in testFinishTask_FromRoot_TranslucentOnTop() local 159 final Activity topActivity = launchActivityAndWait(topActivityClass); in testFinishTask_NotFromRoot() local 212 final Activity topActivity = launchActivityAndWait(SecondActivity.class); in testFinishAfterTransition_noTransition() local
|
H A D | ActivityLifecycleTopResumedStateTests.java | 425 final Activity topActivity = launchActivityAndWait(CallbackTrackingActivity.class); in testTopPositionNewIntentForStopped() local 456 final Activity topActivity = in testTopPositionNewIntentForPaused() local 480 final Activity topActivity = launchActivityAndWait(CallbackTrackingActivity.class); in testTopPositionSwitchWhenGoingHome() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/navigationbar/gestural/domain/ |
D | TaskInfo.java | 12 private final android.content.ComponentName topActivity = null; field in TaskInfo 15 public TaskInfo(@org.jetbrains.annotations.Nullable() in TaskInfo() 45 ….android.systemui.navigationbar.gestural.domain.TaskInfo copy(@org.jetbrains.annotations.Nullable() in copy()
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | RunningTaskInfoBuilder.java | 17 private ComponentName topActivity; field in RunningTaskInfoBuilder 40 public RunningTaskInfoBuilder setTopActivity(ComponentName topActivity) { in setTopActivity()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/shared/biometrics/src/com/android/systemui/biometrics/ |
H A D | Utils.kt | 182 val topActivity = tasks[0].topActivity in ellipsize() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
H A D | Task.java | 237 public ComponentName topActivity; field in Task 294 ComponentName topActivity) { in Task()
|
/aosp_15_r20/frameworks/base/services/companion/java/com/android/server/companion/virtual/ |
H A D | GenericWindowPolicyController.java | 78 void onTopActivityChanged(int displayId, @NonNull ComponentName topActivity, in onTopActivityChanged() 409 public void onTopActivityChanged(ComponentName topActivity, int uid, @UserIdInt int userId) { in onTopActivityChanged()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
H A D | PipMediaController.kt | 291 val topActivity = PipUtils.getTopPipActivity(mContext).first in <lambda>() constant
|
/aosp_15_r20/frameworks/base/core/java/android/companion/virtual/ |
H A D | VirtualDeviceInternal.java | 608 public void onTopActivityChanged(int displayId, ComponentName topActivity) { in onTopActivityChanged() 612 public void onTopActivityChanged(int displayId, ComponentName topActivity, in onTopActivityChanged()
|
H A D | VirtualDeviceManager.java | 1233 void onTopActivityChanged(int displayId, @NonNull ComponentName topActivity); in onTopActivityChanged() 1246 default void onTopActivityChanged(int displayId, @NonNull ComponentName topActivity, in onTopActivityChanged()
|
H A D | IVirtualDeviceActivityListener.aidl | 37 void onTopActivityChanged(int displayId, in ComponentName topActivity, int userId); in onTopActivityChanged()
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | RunningTaskInfoBuilderTest.java | 20 ComponentName topActivity = new ComponentName("package", "TopActivity"); in build() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/domain/ |
H A D | TaskMatcher.kt | 25 data class TaskInfo(val topActivity: ComponentName?, val topActivityType: Int) { constant in com.android.systemui.navigationbar.gestural.domain.TaskInfo
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/activity/ |
H A D | ActivityTransitionDrawableTest.java | 66 TestActivity topActivity = TestActivity.sInstances.get(2); in stopTransitionDrawableAlphaRestored() local
|
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
H A D | LockTaskHostDrivenTest.java | 118 ComponentName topActivity = mActivityManager.getAppTasks().get(0).getTaskInfo().topActivity; in checkLockedActivityIsRunning() local
|