Searched refs:mIsDrawn (Results 1 – 1 of 1) sorted by relevance
193 return mAssociatedTransitionInfo != null && mAssociatedTransitionInfo.mIsDrawn; in allDrawn()228 boolean mIsDrawn; field in ActivityMetricsLogger.TransitionInfo321 mIsDrawn = r.isReportedDrawn(); in setLatestLaunchedActivity()355 + " a=" + mLastLaunchedActivity + " d=" + mIsDrawn + "}"; in toString()661 if (prevInfo.mIsDrawn || !prevInfo.mLastLaunchedActivity.mVisibleRequested) { in notifyActivityLaunched()688 if (info == null || info.mIsDrawn) { in notifyWindowsDrawn()694 info.mIsDrawn = true; in notifyWindowsDrawn()746 if (info.mIsDrawn) { in notifyTransitionStarting()1081 if (!info.mIsDrawn && info.mPendingFullyDrawn == null) { in logAppTransitionReportedDrawn()