Home
last modified time | relevance | path

Searched refs:isReportedDrawn (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityMetricsLaunchObserverTests.java249 doReturn(true).when(mTopActivity).isReportedDrawn(); in testOnActivityLaunchCancelled_hasDrawn()
260 doReturn(true).when(mTopActivity).isReportedDrawn(); in testOnActivityLaunchCancelled_finishedBeforeDrawn()
403 doReturn(true).when(mTrampolineActivity).isReportedDrawn(); in testInTaskActivityStart()
458 doReturn(true).when(mTopActivity).isReportedDrawn(); in testOnActivityLaunchCancelledTrampoline()
473 doReturn(true).when(mTopActivity).isReportedDrawn(); in testActivityDrawnBeforeTransition()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityMetricsLogger.java399 mIsDrawn = r.isReportedDrawn(); in setLatestLaunchedActivity()
704 if (launchedActivity.isReportedDrawn() && launchedActivity.isVisible()) { in notifyActivityLaunched()
932 a -> a.isVisibleRequested() && !a.isReportedDrawn() && !a.finishing)) { in checkActivityToBeDrawn()
H A DDisplayContent.java1842 if (!r.occludesParent() || r.isReportedDrawn()) { in handleTopActivityLaunchingInDifferentOrientation()
H A DActivityRecord.java6941 boolean isReportedDrawn() { in isReportedDrawn() method in ActivityRecord
/aosp14/frameworks/base/services/
H A Dart-profile10515 HSPLcom/android/server/wm/ActivityRecord;->isReportedDrawn()Z