Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSimpleMonthView.java537 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in findClosestRow() local
542 final int rowCenter = headerHeight + rowHeight / 2; in findClosestRow()
649 final int headerHeight = mMonthHeight; in drawDaysOfWeek() local
655 final int rowCenter = headerHeight + rowHeight / 2; in drawDaysOfWeek()
676 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in drawDays() local
682 int rowCenter = headerHeight + rowHeight / 2; in drawDays()
963 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getDayAtLocation() local
965 if (paddedY < headerHeight || paddedY >= mPaddedHeight) { in getDayAtLocation()
977 final int row = (paddedY - headerHeight) / mDayHeight; in getDayAtLocation()
1014 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()