Searched refs:headerHeight (Results 1 – 3 of 3) sorted by relevance
524 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in findClosestRow() local529 final int rowCenter = headerHeight + rowHeight / 2; in findClosestRow()634 final int headerHeight = mMonthHeight; in drawDaysOfWeek() local640 final int rowCenter = headerHeight + rowHeight / 2; in drawDaysOfWeek()661 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in drawDays() local667 int rowCenter = headerHeight + rowHeight / 2; in drawDays()948 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getDayAtLocation() local950 if (paddedY < headerHeight || paddedY >= mPaddedHeight) { in getDayAtLocation()962 final int row = (paddedY - headerHeight) / mDayHeight; in getDayAtLocation()999 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()
376 int headerHeight = (int) (taskView.mHeaderView.getMeasuredHeight() * scale);377 if (headerWidth == 0 || headerHeight == 0) {382 return drawViewIntoGraphicBuffer(headerWidth, headerHeight, null, 1f, 0xFFff0000);384 return drawViewIntoGraphicBuffer(headerWidth, headerHeight, taskView.mHeaderView,