Searched refs:headerHeight (Results 1 – 3 of 3) sorted by relevance
533 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in findClosestRow() local538 final int rowCenter = headerHeight + rowHeight / 2; in findClosestRow()645 final int headerHeight = mMonthHeight; in drawDaysOfWeek() local651 final int rowCenter = headerHeight + rowHeight / 2; in drawDaysOfWeek()672 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in drawDays() local678 int rowCenter = headerHeight + rowHeight / 2; in drawDays()959 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getDayAtLocation() local961 if (paddedY < headerHeight || paddedY >= mPaddedHeight) { in getDayAtLocation()973 final int row = (paddedY - headerHeight) / mDayHeight; in getDayAtLocation()1010 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()
211 val headerHeight = context.resources.getDimensionPixelSize( regex215 rect.top + insets.top + headerHeight /* top */,