Searched refs:mMaxLinesForHeight (Results 1 – 1 of 1) sorted by relevance
45 private int mMaxLinesForHeight = -1; field in ImageFloatingTextView81 if (mMaxLinesForHeight > 0) { in makeSingleLayout()82 maxLines = mMaxLinesForHeight; in makeSingleLayout()122 if (maxLines != mMaxLinesForHeight) { in onMeasure()123 mMaxLinesForHeight = maxLines; in onMeasure()124 if (getLayout() != null && mMaxLinesForHeight != mLayoutMaxLines) { in onMeasure()