belongs to Maven artifact com.android.support:support-compat:28.0.0-alpha1
ViewPropertyAnimatorListenerAdapter
  public
  
  
  
  class
  ViewPropertyAnimatorListenerAdapter
  
    extends Object
  
  
  
  
  
      implements
      
        ViewPropertyAnimatorListener
      
  
  
| java.lang.Object | |
| ↳ | android.support.v4.view.ViewPropertyAnimatorListenerAdapter | 
This adapter class provides empty implementations of the methods from
 ViewPropertyAnimatorListener. Any custom listener that cares only about a subset of
 the methods of this listener can simply subclass this adapter class instead of implementing
 the interface directly.
Summary
| Public constructors | |
|---|---|
| 
      ViewPropertyAnimatorListenerAdapter()
       | |
| Public methods | |
|---|---|
| 
        
        
        
        
        
        void | 
      onAnimationCancel(View view)
      Notifies the cancellation of the animation. | 
| 
        
        
        
        
        
        void | 
      onAnimationEnd(View view)
      Notifies the end of the animation. | 
| 
        
        
        
        
        
        void | 
      onAnimationStart(View view)
      Notifies the start of the animation. | 
| Inherited methods | |
|---|---|
|  From
class 
  
    java.lang.Object
  
 | |
|  From
interface 
  
    android.support.v4.view.ViewPropertyAnimatorListener
  
 | |
Public constructors
Public methods
onAnimationCancel
void onAnimationCancel (View view)
Notifies the cancellation of the animation. This callback is not invoked for animations with repeat count set to INFINITE.
| Parameters | |
|---|---|
| view | View: The view associated with the ViewPropertyAnimator | 
onAnimationEnd
void onAnimationEnd (View view)
Notifies the end of the animation. This callback is not invoked for animations with repeat count set to INFINITE.
| Parameters | |
|---|---|
| view | View: The view associated with the ViewPropertyAnimator | 
onAnimationStart
void onAnimationStart (View view)
Notifies the start of the animation.
| Parameters | |
|---|---|
| view | View: The view associated with the ViewPropertyAnimator | 
- Annotations
- Interfaces- ActionProvider.VisibilityListener
- AsyncLayoutInflater.OnInflateFinishedListener
- LayoutInflaterFactory
- MenuItemCompat.OnActionExpandListener
- NestedScrollingChild
- NestedScrollingChild2
- NestedScrollingParent
- NestedScrollingParent2
- OnApplyWindowInsetsListener
- ScrollingView
- TintableBackgroundView
- ViewPager.OnAdapterChangeListener
- ViewPager.OnPageChangeListener
- ViewPager.PageTransformer
- ViewPropertyAnimatorListener
- ViewPropertyAnimatorUpdateListener
 
- Classes- AbsSavedState
- AccessibilityDelegateCompat
- ActionProvider
- AsyncLayoutInflater
- GestureDetectorCompat
- GravityCompat
- InputDeviceCompat
- LayoutInflaterCompat
- MarginLayoutParamsCompat
- MenuCompat
- MenuItemCompat
- MotionEventCompat
- NestedScrollingChildHelper
- NestedScrollingParentHelper
- PagerAdapter
- PagerTabStrip
- PagerTitleStrip
- PointerIconCompat
- ScaleGestureDetectorCompat
- VelocityTrackerCompat
- ViewCompat
- ViewConfigurationCompat
- ViewGroupCompat
- ViewPager
- ViewPager.LayoutParams
- ViewPager.SavedState
- ViewPager.SimpleOnPageChangeListener
- ViewParentCompat
- ViewPropertyAnimatorCompat
- ViewPropertyAnimatorListenerAdapter
- WindowCompat
- WindowInsetsCompat
 
