Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DImageFloatingTextView.java47 private int mMaxLinesForHeight = -1; field in ImageFloatingTextView
91 if (mMaxLinesForHeight > 0) { in makeSingleLayout()
92 maxLines = mMaxLinesForHeight; in makeSingleLayout()
149 mMaxLinesForHeight = -1; in onMeasure()
166 mMaxLinesForHeight = maxLines; in onMeasure()