Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSimpleMonthView.java524 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in findClosestRow() local
529 final int rowCenter = headerHeight + rowHeight / 2; in findClosestRow()
634 final int headerHeight = mMonthHeight; in drawDaysOfWeek() local
640 final int rowCenter = headerHeight + rowHeight / 2; in drawDaysOfWeek()
661 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in drawDays() local
667 int rowCenter = headerHeight + rowHeight / 2; in drawDays()
948 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getDayAtLocation() local
950 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 …]
/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/packages/SystemUI/src/com/android/systemui/recents/views/
DRecentsTransitionHelper.java376 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,