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

Method unCheck

CustomView/Advance/Code/CheckView.java:156–163  ·  view source on GitHub ↗

取消选择

()

Source from the content-addressed store, hash-verified

154 * 取消选择
155 */
156 public void unCheck() {
157 if (animState != ANIM_NULL || (!isCheck))
158 return;
159 animState = ANIM_UNCHECK;
160 animCurrentPage = animMaxPage - 1;
161 mHandler.sendEmptyMessageDelayed(0, animDuration / animMaxPage);
162 isCheck = false;
163 }
164
165 /**
166 * 设置动画时长

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected