Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/display/
DConversationMessageView.java98 final int horizontalSpace = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local
115 final int maxLeftoverSpace = horizontalSpace - mContactIconView.getMeasuredWidth() * 2 in onMeasure()
124 setMeasuredDimension(horizontalSpace, maxHeight + getPaddingBottom() + getPaddingTop()); in onMeasure()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java163 final int horizontalSpace = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local
178 final int maxLeftoverSpace = horizontalSpace - mContactIconView.getMeasuredWidth() * 2 in onMeasure()
187 setMeasuredDimension(horizontalSpace, maxHeight + getPaddingBottom() + getPaddingTop()); in onMeasure()