Searched defs:rowHeight (Results 1 – 5 of 5) sorted by relevance
58 val rowHeight = minOf((height - 20.dp()) / 4f, colWidth) in onDraw() constant
70 int rowHeight = 0; in onMeasure() local136 int rowHeight = 0; in onLayout() local
151 int rowHeight = getRowHeight(i); in onDraw() local194 final int rowHeight = getRowHeight(row); in getRectForRow() local
534 final int rowHeight = mDayHeight; in findClosestRow() local646 final int rowHeight = mDayOfWeekHeight; in drawDaysOfWeek() local673 final int rowHeight = mDayHeight; in drawDays() local1009 final int rowHeight = mDayHeight; in getBoundsForDay() local
62 private val rowHeight = px(R.dimen.notification_max_height) in <lambda>() constant