Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationControllerTests.java865 private final Set<WindowInsetsAnimation> mPreparedAnimations = new HashSet<>(); field in WindowInsetsAnimationControllerTests.VerifyingCallback
877 mErrorCollector.checkThat("onPrepare", mPreparedAnimations, not(hasItem(animation))); in onPrepare()
878 mPreparedAnimations.add(animation); in onPrepare()
891 "onStart: mPreparedAnimations", mPreparedAnimations, hasItem(animation)); in onStart()
895 mPreparedAnimations.remove(animation); in onStart()
926 || mPreparedAnimations.contains(animation), in onEnd()
929 mPreparedAnimations.remove(animation); in onEnd()
941 mPreparedAnimations, in assertNoPendingAnimations()