Home | History | Annotate | Download | only in transaction

Lines Matching refs:sScreenDensity

171     private static float sScreenDensity;
199 sScreenDensity = context.getResources().getDisplayMetrics().density;
639 return (int) (dip * sScreenDensity + 0.5f);