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

Method getIdx

app/src/main/java/cs/sq12phase/Shape.java:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }
27
28 private int getIdx() {
29 return Arrays.binarySearch(ShapeIdx, top << 12 | bottom) << 1 | parity;
30 }
31
32 private void setIdx(int idx) {
33 parity = idx & 1;

Callers 1

initMethod · 0.95

Calls 1

binarySearchMethod · 0.80

Tested by

no test coverage detected