MCPcopy Create free account
hub / github.com/MeigenChou/DCTimer-Android / setIdx

Method setIdx

app/src/main/java/cs/sq12phase/Shape.java:32–37  ·  view source on GitHub ↗
(int idx)

Source from the content-addressed store, hash-verified

30 }
31
32 private void setIdx(int idx) {
33 parity = idx & 1;
34 top = ShapeIdx[idx >> 1];
35 bottom = top & 0xfff;
36 top >>= 12;
37 }
38
39 private int topMove() {
40 int move = 0;

Callers 1

initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected