Searched defs:mIsAnimating (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java200 boolean mIsAnimating; field in class:ViewRootImpl
860 } else if (dirty.isEmpty() && !mIsAnimating) {
894 if (!mWillDrawSoon && (intersected || mIsAnimating)) {
2161 if (!dirty.isEmpty() || mIsAnimating) {
2164 mIsAnimating = false;
2263 mIsAnimating = false;
3900 if (!mDirty.isEmpty() || mIsAnimating) {

Completed in 71 milliseconds