Home
last modified time | relevance | path

Searched refs:mMaxLinesForHeight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DImageFloatingTextView.java45 private int mMaxLinesForHeight = -1; field in ImageFloatingTextView
81 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()