Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSimpleMonthView.java524 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in findClosestRow() local
634 final int headerHeight = mMonthHeight; in drawDaysOfWeek() local
661 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in drawDays() local
948 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getDayAtLocation() local
999 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