Home | History | Annotate | Download | only in calendar

Lines Matching defs:mScale

313     private static float mScale = 0; // Used for supporting different screen densities
647 if (mScale == 0) {
648 mScale = context.getResources().getDisplayMetrics().density;
649 if (mScale != 1) {
650 mCustomAppIconSize *= mScale;
652 DIALOG_TOP_MARGIN *= mScale;