Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeigenChou/DCTimer-Android
/ getBottom
Method
getBottom
app/src/main/java/solver/Sq1Shape.java:29–31 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
27
}
28
29
private
static
int
getBottom(
int
index) {
30
return
(index >> 12) & 0xFFF;
31
}
32
33
private
static
int
rotateTop(
int
idx) {
34
return
(getBottom(idx) << 12) | rotate(getTop(idx));
Callers
4
rotateTop
Method · 0.95
rotateBottom
Method · 0.95
twist
Method · 0.95
canTwist
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected