Home
last modified time | relevance | path

Searched defs: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
649 final int headerHeight = mMonthHeight; in drawDaysOfWeek() local
676 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in drawDays() local
963 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getDayAtLocation() local
1014 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getBoundsForDay() local
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DSlowNestedRecyclerViewActivity.java50 final int headerHeight; field in SlowNestedRecyclerViewActivity.SizeData