Home
last modified time | relevance | path

Searched refs:mTopActivity (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityMetricsLaunchObserverTests.java81 private ActivityRecord mTopActivity; field in ActivityMetricsLaunchObserverTests
107 mTopActivity.mDisplayContent.mOpeningApps.add(mTopActivity); in setUpAMLO()
201 mTopActivity.app = null; in testLaunchState()
205 mTopActivity.app = app; in testLaunchState()
219 mTopActivity.app = null; in testLaunchState()
235 onActivityLaunched(mTopActivity); in testOnActivityLaunchFinished()
238 notifyWindowsDrawn(mTopActivity); in testOnActivityLaunchFinished()
246 onActivityLaunched(mTopActivity); in testOnActivityLaunchCancelled_hasDrawn()
469 mTopActivity.setVisible(false); in testActivityDrawnBeforeTransition()
488 mTopActivity.mDisplayContent.mOpeningApps.remove(mTopActivity); in testActivityDrawnWithoutTransition()
[all …]
H A DDisplayWindowPolicyControllerTests.java103 expectedTopActivity.info.getComponentName(), mDwpc.mTopActivity); in verifyTopActivityAndRunningUid()
228 ComponentName mTopActivity = null; field in DisplayWindowPolicyControllerTests.TestDisplayWindowPolicyController
261 mTopActivity = topActivity; in onTopActivityChanged()
/aosp14/frameworks/base/core/java/android/window/
H A DTransitionFilter.java182 public ComponentName mTopActivity; field in TransitionFilter.Requirement
195 mTopActivity = in.readTypedObject(ComponentName.CREATOR); in Requirement()
238 if (mTopActivity == null) return true; in matchesTopActivity()
241 return mTopActivity.equals(component); in matchesTopActivity()
263 dest.writeTypedObject(mTopActivity, flags); in writeToParcel()
303 out.append(" topActivity=").append(mTopActivity); in toString()
H A DTaskSnapshot.java315 private ComponentName mTopActivity;
342 mTopActivity = name;
425 mTopActivity,