Searched refs:mDayOfWeekHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSimpleMonthView.java102 private int mDayOfWeekHeight; field in class:SimpleMonthView
523 final int headerHeight = mMonthHeight + mDayOfWeekHeight;
634 final int rowHeight = mDayOfWeekHeight;
660 final int headerHeight = mMonthHeight + mDayOfWeekHeight;
909 mDayOfWeekHeight = (int) (mDesiredDayOfWeekHeight * scaleH);
947 final int headerHeight = mMonthHeight + mDayOfWeekHeight;
998 final int headerHeight = mMonthHeight + mDayOfWeekHeight;

Completed in 7 milliseconds