MCPcopy 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

drawMethod · 0.95
drawMethod · 0.95
createFrameMethod · 0.95
SwitchMethod · 0.95
drawMethod · 0.95
setDrawRippleMethod · 0.95
onDrawMethod · 0.95
FastScrollMethod · 0.95
onTouchEventMethod · 0.95
getCurrentLetterMethod · 0.95

Calls 1

dip2pxMethod · 0.95

Tested by

no test coverage detected