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

Method getShape2Idx

app/src/main/java/solver/Sq1Shape.java:17–19  ·  view source on GitHub ↗
(int shp)

Source from the content-addressed store, hash-verified

15 private static int sollen;
16
17 private static int getShape2Idx(int shp) {
18 return Arrays.binarySearch(shapeIdx, shp);
19 }
20
21 private static int rotate(int layer) {
22 return ((layer << 1) & 0xFFE) | ((layer >> 11) & 1);

Callers 4

initfMethod · 0.95
inittMethod · 0.95
searchTwsMethod · 0.95
solveTrnMethod · 0.95

Calls 1

binarySearchMethod · 0.80

Tested by

no test coverage detected