Searched refs:headerHeight (Results 1 – 2 of 2) sorted by relevance
537 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in findClosestRow() local542 final int rowCenter = headerHeight + rowHeight / 2; in findClosestRow()649 final int headerHeight = mMonthHeight; in drawDaysOfWeek() local655 final int rowCenter = headerHeight + rowHeight / 2; in drawDaysOfWeek()676 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in drawDays() local682 int rowCenter = headerHeight + rowHeight / 2; in drawDays()963 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getDayAtLocation() local965 if (paddedY < headerHeight || paddedY >= mPaddedHeight) { in getDayAtLocation()977 final int row = (paddedY - headerHeight) / mDayHeight; in getDayAtLocation()1014 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getBoundsForDay() local[all …]
50 final int headerHeight; field in SlowNestedRecyclerViewActivity.SizeData55 headerHeight = (int) (resources.getDisplayMetrics().heightPixels * 0.5f); in SizeData()135 view.setMinimumHeight(sizeData.headerHeight); in onCreateViewHolder()