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