Searched refs:mIsAnimating (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRoot.java150 boolean mIsAnimating; field in class:ViewRoot
1449 if (!dirty.isEmpty() || mIsAnimating) {
1478 if (!dirty.isEmpty() || mIsAnimating) {
1504 mIsAnimating = false;
H A DViewGroup.java2501 ((ViewRoot) parent).mIsAnimating = true;

Completed in 76 milliseconds