Searched refs:notifyWindowsDrawn (Results 1 – 4 of 4) sorted by relevance
182 notifyWindowsDrawn(mTopActivity); in testLaunchState()222 notifyWindowsDrawn(mTopActivity); in testOnActivityLaunchFinished()317 final ActivityMetricsLogger.TransitionInfoSnapshot info = notifyWindowsDrawn(mTopActivity); in testOnReportFullyDrawn()370 private ActivityMetricsLogger.TransitionInfoSnapshot notifyWindowsDrawn(ActivityRecord r) { in notifyWindowsDrawn() method in ActivityMetricsLaunchObserverTests371 return mActivityMetricsLogger.notifyWindowsDrawn(r, SystemClock.elapsedRealtimeNanos()); in notifyWindowsDrawn()379 notifyWindowsDrawn(mTrampolineActivity); in testOnActivityLaunchFinishedTrampoline()384 notifyWindowsDrawn(mTopActivity); in testOnActivityLaunchFinishedTrampoline()394 notifyWindowsDrawn(mTopActivity); in testDoNotCountInvisibleActivityToBeDrawn()408 notifyWindowsDrawn(mTopActivity); in testDoNotCountInvisibleActivityToBeDrawn()435 notifyWindowsDrawn(mTopActivity); in testActivityDrawnBeforeTransition()[all …]
684 TransitionInfoSnapshot notifyWindowsDrawn(@NonNull ActivityRecord r, long timestampNs) { in notifyWindowsDrawn() method in ActivityMetricsLogger
6131 .getActivityMetricsLogger().notifyWindowsDrawn(this, timestampNs); in onWindowsDrawn()
43769 HPLcom/android/server/wm/ActivityMetricsLogger;->notifyWindowsDrawn(Lcom/android/server/wm/Activity…