Home | History | Annotate | Download | only in widget

Lines Matching defs:headerHeight

526             final int headerHeight = mMonthHeight + mDayOfWeekHeight;
531 final int rowCenter = headerHeight + rowHeight / 2;
638 final int headerHeight = mMonthHeight;
644 final int rowCenter = headerHeight + rowHeight / 2;
665 final int headerHeight = mMonthHeight + mDayOfWeekHeight;
671 int rowCenter = headerHeight + rowHeight / 2;
952 final int headerHeight = mMonthHeight + mDayOfWeekHeight;
954 if (paddedY < headerHeight || paddedY >= mPaddedHeight) {
966 final int row = (paddedY - headerHeight) / mDayHeight;
1003 final int headerHeight = mMonthHeight + mDayOfWeekHeight;
1004 final int top = getPaddingTop() + headerHeight + row * rowHeight;