Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DSimpleMonthView.java533 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in findClosestRow() local
538 final int rowCenter = headerHeight + rowHeight / 2; in findClosestRow()
645 final int headerHeight = mMonthHeight; in drawDaysOfWeek() local
651 final int rowCenter = headerHeight + rowHeight / 2; in drawDaysOfWeek()
672 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in drawDays() local
678 int rowCenter = headerHeight + rowHeight / 2; in drawDays()
959 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getDayAtLocation() local
961 if (paddedY < headerHeight || paddedY >= mPaddedHeight) { in getDayAtLocation()
973 final int row = (paddedY - headerHeight) / mDayHeight; in getDayAtLocation()
1010 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getBoundsForDay() local
[all …]
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DDetailDialog.kt211 val headerHeight = context.resources.getDimensionPixelSize( regex
215 rect.top + insets.top + headerHeight /* top */,