ViewPropertyAnimatorUpdateListener
public
interface
ViewPropertyAnimatorUpdateListener
androidx.core.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
public abstract void onAnimationUpdate (View view)
Notifies the occurrence of another frame of the animation.
Parameters | |
---|---|
view |
View : The view associated with the ViewPropertyAnimatorCompat
|
Interfaces
- ActionProvider.VisibilityListener
- DragStartHelper.OnDragStartListener
- LayoutInflaterFactory
- MenuItemCompat.OnActionExpandListener
- NestedScrollingChild
- NestedScrollingChild2
- NestedScrollingChild3
- NestedScrollingParent
- NestedScrollingParent2
- NestedScrollingParent3
- OnApplyWindowInsetsListener
- ScrollingView
- TintableBackgroundView
- ViewCompat.OnUnhandledKeyEventListenerCompat
- ViewPropertyAnimatorListener
- ViewPropertyAnimatorUpdateListener
Classes
- AccessibilityDelegateCompat
- ActionProvider
- DisplayCutoutCompat
- DragAndDropPermissionsCompat
- DragStartHelper
- GestureDetectorCompat
- GravityCompat
- InputDeviceCompat
- LayoutInflaterCompat
- MarginLayoutParamsCompat
- MenuCompat
- MenuItemCompat
- MotionEventCompat
- NestedScrollingChildHelper
- NestedScrollingParentHelper
- OneShotPreDrawListener
- PointerIconCompat
- ScaleGestureDetectorCompat
- VelocityTrackerCompat
- ViewCompat
- ViewConfigurationCompat
- ViewGroupCompat
- ViewParentCompat
- ViewPropertyAnimatorCompat
- ViewPropertyAnimatorListenerAdapter
- WindowCompat
- WindowInsetsCompat