Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSimpleMonthView.java102 private int mMonthHeight; field in SimpleMonthView
234 return mMonthHeight; in getMonthHeight()
524 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in findClosestRow()
623 final float y = (mMonthHeight - lineHeight) / 2f; in drawMonth()
634 final int headerHeight = mMonthHeight; in drawDaysOfWeek()
661 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in drawDays()
909 mMonthHeight = monthHeight; in onLayout()
948 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getDayAtLocation()
999 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getBoundsForDay()