Searched refs:mEnterAnimationComplete (Results 1 – 1 of 1) sorted by relevance
167 private boolean mEnterAnimationComplete = false; field in TaskStackView904 if (!mEnterAnimationComplete) { in setFocusedTask()1646 if (mEnterAnimationComplete && !useGridLayout()) { in onStackScrollChanged()1981 mEnterAnimationComplete = true; in onBusEvent()1986 if (!mStackReloaded || !mFinishedLayoutAfterStackReload || !mEnterAnimationComplete) { in tryStartEnterAnimation()2101 mEnterAnimationComplete = false; in onBusEvent()2258 writer.print(" enterAnimCompleted="); writer.print(mEnterAnimationComplete ? "Y" : "N"); in dump()