Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSimpleMonthView.java103 private int mDayHeight; field in SimpleMonthView
524 final int rowHeight = mDayHeight; in findClosestRow()
661 final int rowHeight = mDayHeight; in drawDays()
910 mDayHeight = (int) (mDesiredDayHeight * scaleH); in onLayout()
916 final int maxSelectorHeight = mDayHeight / 2 + paddingBottom; in onLayout()
961 final int row = (paddedY - headerHeight) / mDayHeight; in getDayAtLocation()
997 final int rowHeight = mDayHeight; in getBoundsForDay()