Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java688 final int contentLeftPadding, contentRightPadding; in updateViewAppearance() local
698 contentLeftPadding = incoming ? arrowWidth : 0; in updateViewAppearance()
714 contentLeftPadding = incoming ? arrowWidth : 0; in updateViewAppearance()
726 contentLeftPadding = (!showArrow && incoming) ? arrowWidth : 0; in updateViewAppearance()
769 mMessageBubble.setPadding(contentRightPadding, 0, contentLeftPadding, 0); in updateViewAppearance()
773 mMessageBubble.setPadding(contentLeftPadding, 0, contentRightPadding, 0); in updateViewAppearance()