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

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java 261 final int attachmentPreviewsHeight;
485 attachmentPreviewsHeight = attachmentPreviews.getHeight();
492 overflowYEnd = attachmentPreviewsY + attachmentPreviewsHeight - params.bottomMargin;
500 placeholderY = attachmentPreviewsY + attachmentPreviewsHeight / 2
506 progressBarY = attachmentPreviewsY + attachmentPreviewsHeight / 2
512 attachmentPreviewsHeight = 0;
ConversationItemView.java     [all...]

Completed in 1607 milliseconds