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()
526 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in findClosestRow()
627 final float y = (mMonthHeight - lineHeight) / 2f; in drawMonth()
638 final int headerHeight = mMonthHeight; in drawDaysOfWeek()
665 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in drawDays()
913 mMonthHeight = monthHeight; in onLayout()
952 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getDayAtLocation()
1003 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getBoundsForDay()