Searched refs:firstWindowDrawn (Results 1 – 3 of 3) sorted by relevance
567 boolean firstWindowDrawn; field in ActivityRecord942 if (mStartingData != null || firstWindowDrawn || mIsExiting) { in dump()944 pw.print(" firstWindowDrawn="); pw.print(firstWindowDrawn); in dump()1294 if (firstWindowDrawn) { in onParentChanged()3416 if (fromActivity.firstWindowDrawn) { in transferStartingWindow()3417 firstWindowDrawn = true; in transferStartingWindow()5302 firstWindowDrawn = true; in onFirstWindowDrawn()
1637 …return mActivityRecord != null && (mActivityRecord.firstWindowDrawn || mActivityRecord.startingDis… in hasAppShownWindows()
1944 activity.firstWindowDrawn = false; in postWindowRemoveCleanupLocked()