Searched refs:headerHeight (Results 1 – 3 of 3) sorted by relevance
162 int headerHeight = (int) (taskView.mHeaderView.getMeasuredHeight() * scale); in composeHeaderBitmap() local163 if (headerWidth == 0 || headerHeight == 0) { in composeHeaderBitmap()168 return RecentsTransition.drawViewIntoHardwareBitmap(headerWidth, headerHeight, null, 1f, in composeHeaderBitmap()171 return RecentsTransition.drawViewIntoHardwareBitmap(headerWidth, headerHeight, in composeHeaderBitmap()
50 final int headerHeight; field in SlowNestedRecyclerViewActivity.SizeData55 headerHeight = (int) (resources.getDisplayMetrics().heightPixels * 0.5f); in SizeData()135 view.setMinimumHeight(sizeData.headerHeight); in onCreateViewHolder()
526 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in findClosestRow() local531 final int rowCenter = headerHeight + rowHeight / 2; in findClosestRow()638 final int headerHeight = mMonthHeight; in drawDaysOfWeek() local644 final int rowCenter = headerHeight + rowHeight / 2; in drawDaysOfWeek()665 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in drawDays() local671 int rowCenter = headerHeight + rowHeight / 2; in drawDays()952 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getDayAtLocation() local954 if (paddedY < headerHeight || paddedY >= mPaddedHeight) { in getDayAtLocation()966 final int row = (paddedY - headerHeight) / mDayHeight; in getDayAtLocation()1003 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getBoundsForDay() local[all …]