Home
last modified time | relevance | path

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

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