Home
last modified time | relevance | path

Searched refs:mIsAnimating (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowTestUtils.java134 private boolean mIsAnimating = false; field in WindowTestUtils.TestTask
160 return mIsAnimating; in isSelfAnimating()
164 mIsAnimating = isAnimating; in setLocalIsAnimating()
DWindowContainerTests.java756 private boolean mIsAnimating; field in WindowContainerTests.TestWindowContainer
785 mIsAnimating = isAnimating; in TestWindowContainer()
827 return mIsAnimating; in isSelfAnimating()
858 private boolean mIsAnimating; field in WindowContainerTests.TestWindowContainerBuilder
865 mIsAnimating = false; in TestWindowContainerBuilder()
876 mIsAnimating = isAnimating; in setIsAnimating()
891 return new TestWindowContainer(mWm, mLayer, mIsAnimating, mIsVisible, mOrientation); in build()
/frameworks/base/core/tests/coretests/src/android/view/
DViewInvalidateTest.java276 assertFalse(getViewRoot(mParent).mIsAnimating); in testInvalidateChild_legacyAnimation()
288 assertTrue(getViewRoot(mParent).mIsAnimating); in testInvalidateChild_legacyAnimation()
/frameworks/base/core/java/android/view/
DViewRootImpl.java369 public boolean mIsAnimating; field in ViewRootImpl
1436 mIsAnimating = true; in onDescendantInvalidated()
1472 } else if (dirty.isEmpty() && !mIsAnimating) { in invalidateChildInParent()
1508 if (!mWillDrawSoon && (intersected || mIsAnimating)) { in invalidateRectOnScreen()
3572 if (!dirty.isEmpty() || mIsAnimating || accessibilityFocusDirty) { in draw()
3579 mIsAnimating = false; in draw()
3715 mIsAnimating = false; in drawSoftware()
DViewGroup.java5976 ((ViewRootImpl) parent).mIsAnimating = true; in invalidateChild()