Example usage for android.view.animation Animation subclass-usage

List of usage examples for android.view.animation Animation subclass-usage

Introduction

In this page you can find the example usage for android.view.animation Animation subclass-usage.

Usage

From source file net.soulwolf.widget.parallaxrefresh.ObjectAnimator.java

/**
 * author: Soulwolf Created on 2015/9/4 18:46.
 * email : Ching.Soulwolf@gmail.com
 */
class ObjectAnimator extends Animation {

From source file com.actionbarsherlock.internal.nineoldandroids.view.animation.AnimatorProxy.java

public final class AnimatorProxy extends Animation {
    public static final boolean NEEDS_PROXY = Build.VERSION.SDK_INT < Build.VERSION_CODES.HONEYCOMB;

    private static final WeakHashMap<View, AnimatorProxy> PROXIES = new WeakHashMap<View, AnimatorProxy>();

    public static AnimatorProxy wrap(View view) {

From source file org.wheelmap.android.fragment.POIDetailFragment.java

/**
 * an animation for resizing the view.
 */

class HeightAnimation extends Animation {
    protected final int originalHeight;