added in version 22.1.0
  
    
belongs to Maven artifact com.android.support:support-compat:28.0.0-alpha1
belongs to Maven artifact com.android.support:support-compat:28.0.0-alpha1
ViewPropertyAnimatorUpdateListener
  public
  
  
  
  interface
  ViewPropertyAnimatorUpdateListener
  
  
  
| android.support.v4.view.ViewPropertyAnimatorUpdateListener | 
Implementors of this interface can add themselves as update listeners
 to an ViewPropertyAnimatorCompat instance to receive callbacks on every animation
 frame, after the current frame's values have been calculated for that
 ViewPropertyAnimatorCompat.
Summary
| Public methods | |
|---|---|
| 
        abstract
        
        
        
        
        void | 
      onAnimationUpdate(View view)
      Notifies the occurrence of another frame of the animation. | 
Public methods
onAnimationUpdate
    added in version 22.1.0
      
  
    void onAnimationUpdate (View view)
Notifies the occurrence of another frame of the animation.
| Parameters | |
|---|---|
| view | View: The view associated with the ViewPropertyAnimatorCompat | 
- 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
 
