Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DRecentsTransitionComposer.java162 int headerHeight = (int) (taskView.mHeaderView.getMeasuredHeight() * scale); in composeHeaderBitmap() local
163 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()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DSlowNestedRecyclerViewActivity.java50 final int headerHeight; field in SlowNestedRecyclerViewActivity.SizeData
55 headerHeight = (int) (resources.getDisplayMetrics().heightPixels * 0.5f); in SizeData()
135 view.setMinimumHeight(sizeData.headerHeight); in onCreateViewHolder()
/frameworks/base/core/java/android/widget/
DSimpleMonthView.java526 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in findClosestRow() local
531 final int rowCenter = headerHeight + rowHeight / 2; in findClosestRow()
638 final int headerHeight = mMonthHeight; in drawDaysOfWeek() local
644 final int rowCenter = headerHeight + rowHeight / 2; in drawDaysOfWeek()
665 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in drawDays() local
671 int rowCenter = headerHeight + rowHeight / 2; in drawDays()
952 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getDayAtLocation() local
954 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 …]