MCPcopy Create free account
hub / github.com/codbking/CalendarExaple / px

Method px

app/src/main/java/com/codbking/calendar/exaple/Utils.java:33–37  ·  view source on GitHub ↗
(float dipValue)

Source from the content-addressed store, hash-verified

31
32
33 public static int px(float dipValue) {
34 Resources r=Resources.getSystem();
35 final float scale =r.getDisplayMetrics().density;
36 return (int) (dipValue * scale + 0.5f);
37 }
38
39
40 //获取显示版本

Callers 2

getRoundDrawalbeMethod · 0.95
getViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected