Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinit/TMoe
/ dp
Method
dp
app/src/main/java/cc/ioctl/tmoe/ui/LayoutHelper.java:53–55 ·
view source on GitHub ↗
(float dp)
Source
from the content-addressed store, hash-verified
51
}
52
53
public
static
int
dp(float dp) {
54
return
(
int
) dip2px(dp);
55
}
56
57
public
static
float dpf2(float value) {
58
return
HostInfo.getApplication().getResources().getDisplayMetrics().density * value;
Callers
15
getRoundRectSelectorDrawable
Method · 0.95
draw
Method · 0.95
createSelectorDrawable
Method · 0.95
draw
Method · 0.95
createFrame
Method · 0.95
Switch
Method · 0.95
draw
Method · 0.95
setDrawRipple
Method · 0.95
onDraw
Method · 0.95
FastScroll
Method · 0.95
onTouchEvent
Method · 0.95
getCurrentLetter
Method · 0.95
Calls
1
dip2px
Method · 0.95
Tested by
no test coverage detected