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

  /packages/apps/Settings/src/com/android/settings/display/
ConversationMessageView.java 115 final int maxLeftoverSpace = horizontalSpace - mContactIconView.getMeasuredWidth() * 2
117 final int messageContentWidthMeasureSpec = MeasureSpec.makeMeasureSpec(maxLeftoverSpace,
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageView.java 178 final int maxLeftoverSpace = horizontalSpace - mContactIconView.getMeasuredWidth() * 2
180 final int messageContentWidthMeasureSpec = MeasureSpec.makeMeasureSpec(maxLeftoverSpace,
    [all...]

Completed in 751 milliseconds