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.java779 int facePileBackgroundSize; in bindFacePile() local
783 facePileBackgroundSize = facepileAvatarSize + 2 * mFacePileProtectionWidth; in bindFacePile()
787 facePileBackgroundSize = facepileAvatarSize + 2 * mFacePileProtectionWidthExpanded; in bindFacePile()
805 layoutParams.width = facePileBackgroundSize; in bindFacePile()
806 layoutParams.height = facePileBackgroundSize; in bindFacePile()