Home
last modified time | relevance | path

Searched refs:mMonthHeight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DSimpleMonthView.java107 private int mMonthHeight; field in SimpleMonthView
244 return mMonthHeight; in getMonthHeight()
537 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in findClosestRow()
638 final float y = (mMonthHeight - lineHeight) / 2f; in drawMonth()
649 final int headerHeight = mMonthHeight; in drawDaysOfWeek()
676 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in drawDays()
924 mMonthHeight = monthHeight; in onLayout()
963 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getDayAtLocation()
1014 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getBoundsForDay()