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

Method getTop

app/src/main/java/solver/Sq1Shape.java:25–27  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

23 }
24
25 private static int getTop(int index) {
26 return index & 0xFFF;
27 }
28
29 private static int getBottom(int index) {
30 return (index >> 12) & 0xFFF;

Callers 7

rotateTopMethod · 0.95
rotateBottomMethod · 0.95
twistMethod · 0.95
canTwistMethod · 0.95
moveHueCursorMethod · 0.80
moveAlphaCursorMethod · 0.80
movePlateCursorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected