Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSimpleMonthView.java104 private int mDayHeight; field in SimpleMonthView
520 } else if (mDayHeight == 0) { in findClosestRow()
527 final int rowHeight = mDayHeight; in findClosestRow()
666 final int rowHeight = mDayHeight; in drawDays()
915 mDayHeight = (int) (mDesiredDayHeight * scaleH); in onLayout()
921 final int maxSelectorHeight = mDayHeight / 2 + paddingBottom; in onLayout()
966 final int row = (paddedY - headerHeight) / mDayHeight; in getDayAtLocation()
1002 final int rowHeight = mDayHeight; in getBoundsForDay()