Lines Matching refs:mScale
63 private static float mScale = 0; // Used for supporting different screen densities field in MonthView
200 if (mScale == 0) { in MonthView()
201 mScale = getContext().getResources().getDisplayMetrics().density; in MonthView()
202 if (mScale != 1) { in MonthView()
203 WEEK_GAP *= mScale; in MonthView()
204 MONTH_DAY_GAP *= mScale; in MonthView()
205 HOUR_GAP *= mScale; in MonthView()
207 MONTH_DAY_TEXT_SIZE *= mScale; in MonthView()
208 WEEK_BANNER_HEIGHT *= mScale; in MonthView()
209 WEEK_TEXT_SIZE *= mScale; in MonthView()
210 WEEK_TEXT_PADDING *= mScale; in MonthView()
211 BUSYBIT_WIDTH *= mScale; in MonthView()
212 BUSYBIT_RIGHT_MARGIN *= mScale; in MonthView()
213 BUSYBIT_TOP_BOTTOM_MARGIN *= mScale; in MonthView()
215 HORIZONTAL_FLING_THRESHOLD *= mScale; in MonthView()