Home
last modified time | relevance | path

Searched refs:headerHeight (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
DTaskCardView.java149 int headerHeight = res.getDimensionPixelOffset(R.dimen.recents_tv_card_extra_badge_size) + in getStartingCardThumbnailRectForStartPosition() local
159 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() local
180 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()
/frameworks/base/core/java/android/widget/
DSimpleMonthView.java523 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in findClosestRow() local
528 final int rowCenter = headerHeight + rowHeight / 2; in findClosestRow()
633 final int headerHeight = mMonthHeight; in drawDaysOfWeek() local
639 final int rowCenter = headerHeight + rowHeight / 2; in drawDaysOfWeek()
660 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in drawDays() local
666 int rowCenter = headerHeight + rowHeight / 2; in drawDays()
947 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getDayAtLocation() local
949 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DRecentsTransitionHelper.java388 int headerHeight = (int) (taskView.mHeaderView.getMeasuredHeight() * scale);
389 if (headerWidth == 0 || headerHeight == 0) {
393 Bitmap b = Bitmap.createBitmap(headerWidth, headerHeight, Bitmap.Config.ARGB_8888);