Searched defs:mPhotoViewWidth (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java199 private int mPhotoViewWidth; field in class:ContactListItemView
217 * True when {@link #mPhotoViewWidth} and {@link #mPhotoViewHeight} are ready for being used.
437 if (mPhotoViewWidth > 0 || mKeepHorizontalPaddingForPhotoView) {
439 - (mPhotoViewWidth + mGapBetweenImageAndText);
656 leftBound + mPhotoViewWidth,
658 leftBound += mPhotoViewWidth + mGapBetweenImageAndText;
661 leftBound += mPhotoViewWidth + mGapBetweenImageAndText;
669 rightBound - mPhotoViewWidth,
673 rightBound -= (mPhotoViewWidth + mGapBetweenImageAndText);
676 rightBound -= (mPhotoViewWidth
[all...]

Completed in 11 milliseconds