Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleTileViewHelper.java461 int avatarWidthSpace = mWidth - FIXED_WIDTH_DIMENS_FOR_SMALL_VERTICAL; in getMaxAvatarSize() local
462 avatarSize = Math.min(avatarHeightSpace, avatarWidthSpace); in getMaxAvatarSize()
466 int avatarWidthSpace = mWidth - FIXED_WIDTH_DIMENS_FOR_SMALL_HORIZONTAL; in getMaxAvatarSize() local
467 avatarSize = Math.min(avatarHeightSpace, avatarWidthSpace); in getMaxAvatarSize()
490 int avatarWidthSpace = mWidth - (14 + 14); in getMaxAvatarSize() local
491 avatarSize = Math.min(avatarHeightSpace, avatarWidthSpace); in getMaxAvatarSize()