MCPcopy Create free account
hub / github.com/GcsSloop/AndroidNote / onAnimationUpdate

Method onAnimationUpdate

CustomView/Advance/Code/SearchView.java:123–127  ·  view source on GitHub ↗
(ValueAnimator animation)

Source from the content-addressed store, hash-verified

121 private void initListener() {
122 mUpdateListener = new ValueAnimator.AnimatorUpdateListener() {
123 @Override
124 public void onAnimationUpdate(ValueAnimator animation) {
125 mAnimatorValue = (float) animation.getAnimatedValue();
126 invalidate();
127 }
128 };
129
130 mAnimatorListener = new Animator.AnimatorListener() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected