Searched refs:mDayHeight (Results 1 – 1 of 1) sorted by relevance
104 private int mDayHeight; field in SimpleMonthView525 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()