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.java51 private int mMaxLinesForHeight = -1; field in ImageFloatingTextView
105 if (mMaxLinesForHeight > 0) { in makeSingleLayout()
106 maxLines = mMaxLinesForHeight; in makeSingleLayout()
174 mMaxLinesForHeight = -1; in onMeasure()
191 mMaxLinesForHeight = maxLines; in onMeasure()