HomeSort by relevance Sort by last modified time
    Searched refs:horizontalSpace (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/display/
ConversationMessageView.java 98 final int horizontalSpace = MeasureSpec.getSize(widthMeasureSpec);
115 final int maxLeftoverSpace = horizontalSpace - mContactIconView.getMeasuredWidth() * 2
124 setMeasuredDimension(horizontalSpace, maxHeight + getPaddingBottom() + getPaddingTop());
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageView.java 163 final int horizontalSpace = MeasureSpec.getSize(widthMeasureSpec);
178 final int maxLeftoverSpace = horizontalSpace - mContactIconView.getMeasuredWidth() * 2
187 setMeasuredDimension(horizontalSpace, maxHeight + getPaddingBottom() + getPaddingTop());
    [all...]

Completed in 92 milliseconds