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
525 final int rowHeight = mDayHeight; in findClosestRow()
662 final int rowHeight = mDayHeight; in drawDays()
911 mDayHeight = (int) (mDesiredDayHeight * scaleH); in onLayout()
917 final int maxSelectorHeight = mDayHeight / 2 + paddingBottom; in onLayout()
962 final int row = (paddedY - headerHeight) / mDayHeight; in getDayAtLocation()
998 final int rowHeight = mDayHeight; in getBoundsForDay()