Home | History | Annotate | Download | only in widget

Lines Matching refs:mDensity

79     private final float mDensity; // used to scale dimensions for bitmaps.
462 mDensity = r.getDisplayMetrics().density;
463 if (DBG) log("- Density: " + mDensity);