Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
rotateTop
Method · 0.95
rotateBottom
Method · 0.95
twist
Method · 0.95
canTwist
Method · 0.95
moveHueCursor
Method · 0.80
moveAlphaCursor
Method · 0.80
movePlateCursor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected