Home
last modified time | relevance | path

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

12345678910>>...13

/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityRecordTests.java301 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 DAppCompatActivityRobot.java354 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 DTaskFragmentOrganizerControllerTest.java1776 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 DRootWindowContainerTests.java364 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 DAppWindowTokenAnimationTests.java79 final ActivityRecord topActivity = createActivityRecord(task); in clipAfterAnim_boundsLayerZBoosted() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotationCompatPolicy.java150 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 DCameraCompatFreeformPolicy.java151 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 DAbsAppSnapshotController.java148 protected abstract Rect getLetterboxInsets(ActivityRecord topActivity); in getLetterboxInsets()
404 final ActivityRecord topActivity = getTopActivity(source); in drawAppThemeSnapshot() local
H A DActivitySnapshotController.java450 final ActivityRecord topActivity = task.getTopMostActivity(); in handleTaskTransition() local
614 protected Rect getLetterboxInsets(ActivityRecord topActivity) { in getLetterboxInsets()
H A DDisplayRotationReversionController.java141 final ActivityRecord topActivity = in isTopFullscreenActivityNoSensor() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/
H A DActivityTests.java102 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 DActivityLifecycleTopResumedStateTests.java425 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/
DTaskInfo.java12 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 DRunningTaskInfoBuilder.java17 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 DUtils.kt182 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 DTask.java237 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 DGenericWindowPolicyController.java78 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 DPipMediaController.kt291 val topActivity = PipUtils.getTopPipActivity(mContext).first in <lambda>() constant
/aosp_15_r20/frameworks/base/core/java/android/companion/virtual/
H A DVirtualDeviceInternal.java608 public void onTopActivityChanged(int displayId, ComponentName topActivity) { in onTopActivityChanged()
612 public void onTopActivityChanged(int displayId, ComponentName topActivity, in onTopActivityChanged()
H A DVirtualDeviceManager.java1233 void onTopActivityChanged(int displayId, @NonNull ComponentName topActivity); in onTopActivityChanged()
1246 default void onTopActivityChanged(int displayId, @NonNull ComponentName topActivity, in onTopActivityChanged()
H A DIVirtualDeviceActivityListener.aidl37 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 DRunningTaskInfoBuilderTest.java20 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 DTaskMatcher.kt25 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 DActivityTransitionDrawableTest.java66 TestActivity topActivity = TestActivity.sInstances.get(2); in stopTransitionDrawableAlphaRestored() local
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
H A DLockTaskHostDrivenTest.java118 ComponentName topActivity = mActivityManager.getAppTasks().get(0).getTaskInfo().topActivity; in checkLockedActivityIsRunning() local

12345678910>>...13