Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java113 private static final int MIN_CONTENT_MAX_LINES = 2; field in PeopleTileViewHelper
363 int maxLines = Math.max(MIN_CONTENT_MAX_LINES, maxAdaptiveLines); in setMaxLines()