HomeSort by relevance Sort by last modified time
    Searched refs:AnimationCallback (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
Animatable2Compat.java 37 void registerAnimationCallback(@NonNull AnimationCallback callback);
46 boolean unregisterAnimationCallback(@NonNull AnimationCallback callback);
56 abstract class AnimationCallback {
70 // Only when passing this Animatable2Compat.AnimationCallback to a frameworks' AVD, we need
72 Animatable2.AnimationCallback mPlatformCallback;
75 Animatable2.AnimationCallback getPlatformCallback() {
77 mPlatformCallback = new Animatable2.AnimationCallback() {
80 AnimationCallback.this.onAnimationStart(drawable);
85 AnimationCallback.this.onAnimationEnd(drawable);
AnimatedVectorDrawableCompat.java 160 private ArrayList<Animatable2Compat.AnimationCallback> mAnimationCallbacks = null;
742 Animatable2Compat.AnimationCallback callback) {
747 public void registerAnimationCallback(@NonNull Animatable2Compat.AnimationCallback
777 ArrayList<Animatable2Compat.AnimationCallback> tmpCallbacks =
787 ArrayList<Animatable2Compat.AnimationCallback> tmpCallbacks =
805 @NonNull final Animatable2Compat.AnimationCallback callback) {
821 @NonNull Animatable2Compat.AnimationCallback callback) {
862 Animatable2Compat.AnimationCallback callback) {
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
Animatable2.java 31 void registerAnimationCallback(@NonNull AnimationCallback callback);
40 boolean unregisterAnimationCallback(@NonNull AnimationCallback callback);
47 public static abstract class AnimationCallback {
AnimatedVectorDrawable.java 80 * {@link android.graphics.drawable.Animatable2.AnimationCallback#onAnimationEnd(Drawable)} will be
320 private ArrayList<Animatable2.AnimationCallback> mAnimationCallbacks = null;
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
Animatable2_AnimationCallbackTest.java 19 import android.graphics.drawable.Animatable2.AnimationCallback;
32 AnimationCallback callback = new AnimationCallback() {};
AnimatedStateListDrawableTest.java 266 private HashSet<AnimationCallback> mCallbacks = new HashSet<>();
269 public void registerAnimationCallback(AnimationCallback callback) {
274 public boolean unregisterAnimationCallback(AnimationCallback callback) {
AnimatedVectorDrawableTest.java 342 static class MyCallback extends Animatable2.AnimationCallback {
  /frameworks/support/samples/SupportVectorDrawableDemos/src/com/example/android/support/vectordrawable/app/
AVDCListenerDemo.java 56 Animatable2Compat.AnimationCallback textView1Callback = new
57 Animatable2Compat.AnimationCallback() {
68 Animatable2Compat.AnimationCallback textView2Callback = new
69 Animatable2Compat.AnimationCallback() {
86 new Animatable2Compat.AnimationCallback() {
98 Animatable2Compat.AnimationCallback textView4Callback = new
99 Animatable2Compat.AnimationCallback() {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
KubeRenderer.java 30 public interface AnimationCallback {
34 public KubeRenderer(GLWorld world, AnimationCallback callback) {
112 private AnimationCallback mCallback;
Kube.java 27 public class Kube extends Activity implements KubeRenderer.AnimationCallback {
  /packages/apps/Dialer/java/com/android/dialer/app/widget/
ActionBarController.java 20 import com.android.dialer.animation.AnimUtils.AnimationCallback;
39 private final AnimationCallback mFadeOutCallback =
40 new AnimationCallback() {
52 private final AnimationCallback mFadeInCallback =
53 new AnimationCallback() {
SearchEditTextLayout.java 181 public void fadeOut(AnimUtils.AnimationCallback callback) {
191 public void fadeIn(AnimUtils.AnimationCallback callback) {
  /frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/
AnimatedVectorDrawableParameterizedTest.java 28 import android.support.graphics.drawable.Animatable2Compat.AnimationCallback;
101 avd.registerAnimationCallback(new AnimationCallback() {
PathInterpolatorParameterizedTest.java 91 avd.registerAnimationCallback(new Animatable2Compat.AnimationCallback() {
AnimatedVectorDrawableTest.java 37 import android.support.graphics.drawable.Animatable2Compat.AnimationCallback;
92 private AnimationCallback mAnimationCallback =
93 new AnimationCallback() {
484 avd.registerAnimationCallback(new AnimationCallback() {
  /packages/apps/Dialer/java/com/android/dialer/animation/
AnimUtils.java 46 public static void fadeOut(final View fadeOut, int durationMs, final AnimationCallback callback) {
83 final View fadeIn, int durationMs, int delay, final AnimationCallback callback) {
241 public static class AnimationCallback {
  /packages/apps/PhoneCommon/src/com/android/phone/common/animation/
AnimUtils.java 41 public static class AnimationCallback {
56 final AnimationCallback callback) {
89 final AnimationCallback callback) {
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
AnimatedVectorDrawableTest.java 79 d.registerAnimationCallback(new Animatable2.AnimationCallback() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
QSIconViewImpl.java 26 import android.graphics.drawable.Animatable2.AnimationCallback;
105 a.registerAnimationCallback(new AnimationCallback() {
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/anim/
BenefitsAnimation.java 103 mTopAnimation.registerAnimationCallback(new Animatable2.AnimationCallback() {
  /prebuilts/sdk/current/support/graphics/drawable/
android-support-animatedvectordrawable.jar 
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintEnrollEnrolling.java 414 private final Animatable2.AnimationCallback mIconAnimationCallback =
415 new Animatable2.AnimationCallback() {
  /frameworks/base/
compiled-classes-phone     [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 739 milliseconds

1 2