Searched refs:contentRightPadding (Results 1 – 1 of 1) sorted by relevance
687 final int contentLeftPadding, contentRightPadding; in updateViewAppearance() local698 contentRightPadding = outgoing ? arrowWidth : 0; in updateViewAppearance()713 contentRightPadding = outgoing ? arrowWidth : 0; in updateViewAppearance()725 contentRightPadding = (!showArrow && outgoing) ? arrowWidth : 0; in updateViewAppearance()766 mMessageBubble.setPadding(contentRightPadding, 0, contentLeftPadding, 0); in updateViewAppearance()770 mMessageBubble.setPadding(contentLeftPadding, 0, contentRightPadding, 0); in updateViewAppearance()