选择
()
| 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 | * 取消选择 |
nothing calls this directly
no outgoing calls
no test coverage detected