Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java615 int heightWithoutIcon = mHeight - 2 * outerPadding - iconSize; in createDndRemoteViews() local
619 int maxTextHeight = heightWithoutIcon - mediumAvatarSize - paddingBetweenElements * 2; in createDndRemoteViews()
626 availableAvatarHeight = heightWithoutIcon - textHeight - paddingBetweenElements * 2; in createDndRemoteViews()