Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatable2_AnimationCallbackTest.java19 import android.graphics.drawable.Animatable2.AnimationCallback;
33 AnimationCallback callback = new AnimationCallback() {}; in testCallback()
DAnimatedStateListDrawableTest.java269 private HashSet<AnimationCallback> mCallbacks = new HashSet<>();
272 public void registerAnimationCallback(AnimationCallback callback) { in registerAnimationCallback()
277 public boolean unregisterAnimationCallback(AnimationCallback callback) { in unregisterAnimationCallback()
DAnimatable2Callback.java29 public class Animatable2Callback extends Animatable2.AnimationCallback {
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsControllerTests.java103 private final static AnimationCallback ANIMATION_CALLBACK = new AnimationCallback();
774 private static class AnimationCallback extends WindowInsetsAnimation.Callback { class in WindowInsetsControllerTests
780 AnimationCallback() { in AnimationCallback() method in WindowInsetsControllerTests.AnimationCallback