Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleTileViewHelper.java621 int heightWithoutIcon = mHeight - 2 * outerPadding - iconSize; in createDndRemoteViews() local
625 int maxTextHeight = heightWithoutIcon - mediumAvatarSize - paddingBetweenElements * 2; in createDndRemoteViews()
632 availableAvatarHeight = heightWithoutIcon - textHeight - paddingBetweenElements * 2; in createDndRemoteViews()