List of usage examples for android.animation Animator.AnimatorListener interface-usage
From source file com.hippo.widget.slidingdrawerlayout.SlidingDrawerLayout.java
@SuppressLint("RtlHardcoded") public class SlidingDrawerLayout extends ViewGroup implements ValueAnimator.AnimatorUpdateListener, Animator.AnimatorListener { @IntDef({ STATE_CLOSED, STATE_SLIDING, STATE_OPEN }) @Retention(RetentionPolicy.SOURCE)
From source file com.hippo.drawerlayout.DrawerLayout.java
@SuppressLint("RtlHardcoded") public class DrawerLayout extends ViewGroup implements ValueAnimator.AnimatorUpdateListener, Animator.AnimatorListener { @IntDef({ STATE_CLOSED, STATE_SLIDING, STATE_OPEN }) @Retention(RetentionPolicy.SOURCE)
From source file com.joaquimley.birdsseyeview.activities.MapsActivity.java
/** * Launcher activity with Google Map fragment */ public class MapsActivity extends FragmentActivity implements GoogleMap.OnMapLoadedCallback, Animator.AnimatorListener, ValueAnimator.AnimatorUpdateListener, GoogleMap.OnMapClickListener {