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

Method onAnimationEnd

CustomView/Advance/Code/SearchView.java:136–140  ·  view source on GitHub ↗
(Animator animation)

Source from the content-addressed store, hash-verified

134 }
135
136 @Override
137 public void onAnimationEnd(Animator animation) {
138 // getHandle发消息通知动画状态更新
139 mAnimatorHandler.sendEmptyMessage(0);
140 }
141
142 @Override
143 public void onAnimationCancel(Animator animation) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected