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

/frameworks/base/core/java/android/widget/
H A DSimpleMonthView.java103 private int mDayOfWeekHeight; field in class:SimpleMonthView
524 final int headerHeight = mMonthHeight + mDayOfWeekHeight;
635 final int rowHeight = mDayOfWeekHeight;
661 final int headerHeight = mMonthHeight + mDayOfWeekHeight;
910 mDayOfWeekHeight = (int) (mDesiredDayOfWeekHeight * scaleH);
948 final int headerHeight = mMonthHeight + mDayOfWeekHeight;
999 final int headerHeight = mMonthHeight + mDayOfWeekHeight;

Completed in 43 milliseconds