Searched refs:rowHeight (Results 1 – 6 of 6) 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()
529 final int rowHeight = mDayHeight; in findClosestRow() local533 final int rowCenter = headerHeight + rowHeight / 2; in findClosestRow()536 int row = Math.round(centerY / (float) rowHeight); in findClosestRow()641 final int rowHeight = mDayOfWeekHeight; in drawDaysOfWeek() local646 final int rowCenter = headerHeight + rowHeight / 2; in drawDaysOfWeek()668 final int rowHeight = mDayHeight; in drawDays() local673 int rowCenter = headerHeight + rowHeight / 2; in drawDays()726 rowCenter += rowHeight; in drawDays()1004 final int rowHeight = mDayHeight; in getBoundsForDay() local1006 final int top = getPaddingTop() + headerHeight + row * rowHeight; in getBoundsForDay()[all …]
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
1030 field public static final int rowHeight = 16843058; // 0x1010132
1175 field public static final int rowHeight = 16843058; // 0x1010132