Searched refs:rowHeight (Results 1 – 9 of 9) sorted by relevance
69 int rowHeight = 0; in onMeasure() local106 rowHeight = Math.max(rowHeight, child.getMeasuredHeight() + childParams.topMargin in onMeasure()111 height += rowHeight; in onMeasure()134 int rowHeight = 0; in onLayout() local160 rowHeight = Math.max(rowHeight, child.getMeasuredHeight() in onLayout()165 cellTop += rowHeight; in onLayout()
154 int rowHeight = getRowHeight(i); in onDraw() local157 mTempRect.set(rectLeft, rectTop, rectRight, rectTop + rowHeight); in onDraw()171 rectRight - 2, rectTop + rowHeight - 2); in onDraw()181 rectTop += rowHeight; in onDraw()197 final int rowHeight = getRowHeight(row); in getRectForRow() local198 final int top = mPaddingTop + row * rowHeight; in getRectForRow()202 top + rowHeight); in getRectForRow()
122 float rowHeight = rowScale * workspaceHeight; in update() local125 float width = rowHeight * normalizedTaskWidths[i]; in update()128 rowTop += rowHeight; in update()131 RectF rect = new RectF(rowLeft, rowTop, rowLeft + width, rowTop + rowHeight); in update()
524 final int rowHeight = mDayHeight; in findClosestRow() local528 final int rowCenter = headerHeight + rowHeight / 2; in findClosestRow()531 int row = Math.round(centerY / (float) rowHeight); in findClosestRow()634 final int rowHeight = mDayOfWeekHeight; in drawDaysOfWeek() local639 final int rowCenter = headerHeight + rowHeight / 2; in drawDaysOfWeek()661 final int rowHeight = mDayHeight; in drawDays() local666 int rowCenter = headerHeight + rowHeight / 2; in drawDays()719 rowCenter += rowHeight; in drawDays()997 final int rowHeight = mDayHeight; in getBoundsForDay() local999 final int top = getPaddingTop() + headerHeight + row * rowHeight; in getBoundsForDay()[all …]
340 public void setRowHeight(int rowHeight) { in setRowHeight() argument341 mRowHeight = rowHeight; in setRowHeight()359 public void setExpandedRowHeight(int rowHeight) { in setExpandedRowHeight() argument360 mExpandedRowHeight = rowHeight; in setExpandedRowHeight()
1030 field public static final int rowHeight = 16843058; // 0x1010132
1045 field public static final int rowHeight = 16843058; // 0x1010132
1152 field public static final int rowHeight = 16843058; // 0x1010132