Searched refs:firstWindowDrawn (Results 1 – 3 of 3) sorted by relevance
708 boolean firstWindowDrawn; field in ActivityRecord1294 if (mStartingData != null || firstWindowDrawn || mIsExiting) { in dump()1296 pw.print(" firstWindowDrawn="); pw.print(firstWindowDrawn); in dump()1711 if (firstWindowDrawn) { in onParentChanged()4720 if (fromActivity.firstWindowDrawn) { in transferStartingWindow()4721 firstWindowDrawn = true; in transferStartingWindow()5616 if (startingMoved && !firstWindowDrawn && hasChild()) { in setVisibility()5797 && (firstWindowDrawn || allDrawn)) { in commitVisibility()6729 firstWindowDrawn = false; in activityStopped()6937 firstWindowDrawn = true; in onFirstWindowDrawn()[all …]
1045 if (w.isDrawn() || (w.mActivityRecord != null && w.mActivityRecord.firstWindowDrawn in handleNotObscuredLocked()
1757 return mActivityRecord != null && (mActivityRecord.firstWindowDrawn in hasAppShownWindows()