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

Method check

CustomView/Advance/Code/CheckView.java:144–151  ·  view source on GitHub ↗

选择

()

Source from the content-addressed store, hash-verified

142 * 选择
143 */
144 public void check() {
145 if (animState != ANIM_NULL || isCheck)
146 return;
147 animState = ANIM_CHECK;
148 animCurrentPage = 0;
149 mHandler.sendEmptyMessageDelayed(0, animDuration / animMaxPage);
150 isCheck = true;
151 }
152
153 /**
154 * 取消选择

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected