Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DConversationLayout.java696 int facePileBackgroundSize; in bindFacePile() local
700 facePileBackgroundSize = facepileAvatarSize + 2 * mFacePileProtectionWidth; in bindFacePile()
704 facePileBackgroundSize = facepileAvatarSize + 2 * mFacePileProtectionWidthExpanded; in bindFacePile()
722 layoutParams.width = facePileBackgroundSize; in bindFacePile()
723 layoutParams.height = facePileBackgroundSize; in bindFacePile()