Home
last modified time | relevance | path

Searched defs: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
645 final int headerHeight = mMonthHeight; in drawDaysOfWeek() local
672 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in drawDays() local
959 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getDayAtLocation() local
1010 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getBoundsForDay() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DDetailDialog.kt211 val headerHeight = context.resources.getDimensionPixelSize( regex
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DSlowNestedRecyclerViewActivity.java50 final int headerHeight; field in SlowNestedRecyclerViewActivity.SizeData