Searched refs:isReportedDrawn (Results 1 – 5 of 5) sorted by relevance
249 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()
409 mIsDrawn = r.isReportedDrawn(); in setLatestLaunchedActivity()716 if (launchedActivity.isReportedDrawn() && launchedActivity.isVisible()) { in notifyActivityLaunched()988 a -> a.isVisibleRequested() && !a.isReportedDrawn() && !a.finishing)) { in checkActivityToBeDrawn()
1876 if (!r.occludesParent() || r.isReportedDrawn()) { in handleTopActivityLaunchingInDifferentOrientation()
7157 boolean isReportedDrawn() { in isReportedDrawn() method in ActivityRecord
25642 PLcom/android/server/wm/ActivityRecord;->isReportedDrawn()Z