Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSimpleMonthView.java526 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in findClosestRow() local
638 final int headerHeight = mMonthHeight; in drawDaysOfWeek() local
665 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in drawDays() local
952 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getDayAtLocation() local
1003 final int headerHeight = mMonthHeight + mDayOfWeekHeight; in getBoundsForDay() local
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DRecentsTransitionComposer.java162 int headerHeight = (int) (taskView.mHeaderView.getMeasuredHeight() * scale); in composeHeaderBitmap() local
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DSlowNestedRecyclerViewActivity.java50 final int headerHeight; field in SlowNestedRecyclerViewActivity.SizeData