Searched refs:mIsAnimating (Results 1 – 6 of 6) sorted by relevance
62 private boolean mIsAnimating; field in MediaOutputBaseAdapter101 return mIsAnimating; in isAnimating()291 mIsAnimating = true; in playSwitchingAnim()326 mIsAnimating = false; in playSwitchingAnim()
276 assertFalse(getViewRoot(mParent).mIsAnimating); in testInvalidateChild_legacyAnimation()288 assertTrue(getViewRoot(mParent).mIsAnimating); in testInvalidateChild_legacyAnimation()
1077 private boolean mIsAnimating; field in WindowContainerTests.TestWindowContainer1107 mIsAnimating = isAnimating; in TestWindowContainer()1113 doReturn(mIsAnimating).when(mSurfaceAnimator).isAnimating(); in TestWindowContainer()1184 private boolean mIsAnimating; field in WindowContainerTests.TestWindowContainerBuilder1192 mIsAnimating = false; in TestWindowContainerBuilder()1203 mIsAnimating = isAnimating; in setIsAnimating()1223 return new TestWindowContainer(mWm, mLayer, mIsAnimating, mIsVisible, in build()
446 public boolean mIsAnimating; field in ViewRootImpl1788 mIsAnimating = true; in onDescendantInvalidated()1824 } else if (dirty.isEmpty() && !mIsAnimating) { in invalidateChildInParent()1860 if (!mWillDrawSoon && (intersected || mIsAnimating)) { in invalidateRectOnScreen()4380 if (!dirty.isEmpty() || mIsAnimating || accessibilityFocusDirty || mNextDrawUseBlastSync) { in draw()4387 mIsAnimating = false; in draw()4523 mIsAnimating = false; in drawSoftware()7989 proto.write(IS_ANIMATING, mIsAnimating); in dumpDebug()
6128 ((ViewRootImpl) parent).mIsAnimating = true; in invalidateChild()
68087 Landroid/view/ViewRootImpl;->mIsAnimating:Z