Searched refs:ANIMATION (Results 1 – 1 of 1) sorted by relevance
50 private static final WindowInsetsAnimation ANIMATION = new WindowInsetsAnimation(1, null, 1000); field in WindowInsetsAnimationCallbackTests53 private static final List<WindowInsetsAnimation> RUNNING = Collections.singletonList(ANIMATION);89 mRoot.dispatchWindowInsetsAnimationPrepare(ANIMATION); in dispatchWindowInsetsAnimationPrepare()90 assertSame(ANIMATION, mRootCallback.mOnPrepare); in dispatchWindowInsetsAnimationPrepare()91 assertSame(ANIMATION, mBlockingCallback.mOnPrepare); in dispatchWindowInsetsAnimationPrepare()92 assertSame(ANIMATION, mSiblingCallback.mOnPrepare); in dispatchWindowInsetsAnimationPrepare()98 mRoot.dispatchWindowInsetsAnimationStart(ANIMATION, BOUNDS); in dispatchWindowInsetsAnimationStart()99 assertSame(ANIMATION, mRootCallback.mOnStart); in dispatchWindowInsetsAnimationStart()100 assertSame(ANIMATION, mBlockingCallback.mOnStart); in dispatchWindowInsetsAnimationStart()101 assertSame(ANIMATION, mSiblingCallback.mOnStart); in dispatchWindowInsetsAnimationStart()[all …]