Searched refs:contentRightPadding (Results 1 – 1 of 1) sorted by relevance
688 final int contentLeftPadding, contentRightPadding; in updateViewAppearance() local699 contentRightPadding = outgoing ? arrowWidth : 0; in updateViewAppearance()714 contentRightPadding = outgoing ? arrowWidth : 0; in updateViewAppearance()726 contentRightPadding = (!showArrow && outgoing) ? arrowWidth : 0; in updateViewAppearance()767 mMessageBubble.setPadding(contentRightPadding, 0, contentLeftPadding, 0); in updateViewAppearance()771 mMessageBubble.setPadding(contentLeftPadding, 0, contentRightPadding, 0); in updateViewAppearance()