OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attachmentPreviewsY
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java
259
public final int
attachmentPreviewsY
;
483
attachmentPreviewsY
= getY(attachmentPreviews) + sendersTopAdjust;
492
overflowYEnd =
attachmentPreviewsY
+ attachmentPreviewsHeight - params.bottomMargin;
500
placeholderY =
attachmentPreviewsY
+ attachmentPreviewsHeight / 2
506
progressBarY =
attachmentPreviewsY
+ attachmentPreviewsHeight / 2
510
attachmentPreviewsY
= 0;
ConversationItemView.java
687
r.offset(mCoordinates.attachmentPreviewsX, mCoordinates.
attachmentPreviewsY
);
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
AttachmentGridDrawable.java
97
final float y = mCoordinates.overflowYEnd - mCoordinates.
attachmentPreviewsY
- radius;
Completed in 44 milliseconds