Home | History | Annotate | Download | only in transaction

Lines Matching refs:dip

669     private static final int dp2Pixels(int dip) {
670 return (int) (dip * sScreenDensity + 0.5f);