Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java452 int avatarHeightSpace = mHeight - (FIXED_HEIGHT_DIMENS_FOR_SMALL_VERTICAL + Math.max(18, in getMaxAvatarSize() local
456 avatarSize = Math.min(avatarHeightSpace, avatarWidthSpace); in getMaxAvatarSize()
459 int avatarHeightSpace = mHeight - FIXED_HEIGHT_DIMENS_FOR_SMALL_HORIZONTAL; in getMaxAvatarSize() local
461 avatarSize = Math.min(avatarHeightSpace, avatarWidthSpace); in getMaxAvatarSize()
480 int avatarHeightSpace = mHeight - (14 + 14 + getLineHeightFromResource( in getMaxAvatarSize() local
485 avatarSize = Math.min(avatarHeightSpace, avatarWidthSpace); in getMaxAvatarSize()