Searched refs:rowHeight (Results 1 – 4 of 4) sorted by relevance
70 int rowHeight = 0; in onMeasure() local107 rowHeight = Math.max(rowHeight, child.getMeasuredHeight() + childParams.topMargin in onMeasure()112 height += rowHeight; in onMeasure()136 int rowHeight = 0; in onLayout() local168 rowHeight = Math.max(rowHeight, child.getMeasuredHeight() in onLayout()173 cellTop += rowHeight; in onLayout()
151 int rowHeight = getRowHeight(i); in onDraw() local154 mTempRect.set(rectLeft, rectTop, rectRight, rectTop + rowHeight); in onDraw()168 rectRight - 2, rectTop + rowHeight - 2); in onDraw()178 rectTop += rowHeight; in onDraw()194 final int rowHeight = getRowHeight(row); in getRectForRow() local195 final int top = mPaddingTop + row * rowHeight; in getRectForRow()199 top + rowHeight); in getRectForRow()
527 final int rowHeight = mDayHeight; in findClosestRow() local531 final int rowCenter = headerHeight + rowHeight / 2; in findClosestRow()534 int row = Math.round(centerY / (float) rowHeight); in findClosestRow()639 final int rowHeight = mDayOfWeekHeight; in drawDaysOfWeek() local644 final int rowCenter = headerHeight + rowHeight / 2; in drawDaysOfWeek()666 final int rowHeight = mDayHeight; in drawDays() local671 int rowCenter = headerHeight + rowHeight / 2; in drawDays()724 rowCenter += rowHeight; in drawDays()1002 final int rowHeight = mDayHeight; in getBoundsForDay() local1004 final int top = getPaddingTop() + headerHeight + row * rowHeight; in getBoundsForDay()[all …]
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...