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

Method setAnimDuration

CustomView/Advance/Code/CheckView.java:169–173  ·  view source on GitHub ↗

设置动画时长 @param animDuration

(int animDuration)

Source from the content-addressed store, hash-verified

167 * @param animDuration
168 */
169 public void setAnimDuration(int animDuration) {
170 if (animDuration <= 0)
171 return;
172 this.animDuration = animDuration;
173 }
174
175 /**
176 * 设置背景圆形颜色

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected