Searched refs:headerHeight (Results 1 – 3 of 3) sorted by relevance
149 int headerHeight = res.getDimensionPixelOffset(R.dimen.recents_tv_card_extra_badge_size) + in getStartingCardThumbnailRectForStartPosition() local159 topMargin + headerHeight, in getStartingCardThumbnailRectForStartPosition()161 topMargin + headerHeight + height); in getStartingCardThumbnailRectForStartPosition()178 int headerHeight = res.getDimensionPixelOffset(R.dimen.recents_tv_card_extra_badge_size) + in getStartingCardThumbnailRectForFocusedPosition() local180 int headerHeightDelta = (int) (headerHeight * scale - headerHeight); in getStartingCardThumbnailRectForFocusedPosition()199 topMargin - totalHeightDelta / 2 + (int) (headerHeight * scale), in getStartingCardThumbnailRectForFocusedPosition()201 topMargin - totalHeightDelta / 2 + (int) (headerHeight * scale) + in getStartingCardThumbnailRectForFocusedPosition()
523 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in findClosestRow() local528 final int rowCenter = headerHeight + rowHeight / 2; in findClosestRow()633 final int headerHeight = mMonthHeight; in drawDaysOfWeek() local639 final int rowCenter = headerHeight + rowHeight / 2; in drawDaysOfWeek()660 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in drawDays() local666 int rowCenter = headerHeight + rowHeight / 2; in drawDays()947 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getDayAtLocation() local949 if (paddedY < headerHeight || paddedY >= mPaddedHeight) { in getDayAtLocation()961 final int row = (paddedY - headerHeight) / mDayHeight; in getDayAtLocation()998 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getBoundsForDay() local[all …]
388 int headerHeight = (int) (taskView.mHeaderView.getMeasuredHeight() * scale);389 if (headerWidth == 0 || headerHeight == 0) {393 Bitmap b = Bitmap.createBitmap(headerWidth, headerHeight, Bitmap.Config.ARGB_8888);