Searched refs:currLineHeight (Results 1 – 1 of 1) sorted by relevance
59 int currLineHeight = 0; in onMeasure() local77 height += currLineHeight; in onMeasure()78 currLineHeight = 0; in onMeasure()86 currLineHeight = Math.max(currLineHeight, childMeasuredHeight); in onMeasure()90 height += currLineHeight; in onMeasure()106 int currLineHeight = 0; in onLayout() local123 lineHeights.add(currLineHeight); in onLayout()124 currLineHeight = 0; in onLayout()128 currLineHeight = Math.max(currLineHeight, childHeight + layoutParams.topMargin + in onLayout()133 lineHeights.add(currLineHeight); in onLayout()[all …]