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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java172 private int mPhotoViewWidth; field in class:ContactListItemView
190 * True when {@link #mPhotoViewWidth} and {@link #mPhotoViewHeight} are ready for being used.
330 if (mPhotoViewWidth > 0 || mKeepHorizontalPaddingForPhotoView) {
332 - (mPhotoViewWidth + mGapBetweenImageAndText);
511 leftBound + mPhotoViewWidth,
513 leftBound += mPhotoViewWidth + mGapBetweenImageAndText;
516 leftBound += mPhotoViewWidth + mGapBetweenImageAndText;
524 rightBound - mPhotoViewWidth,
528 rightBound -= (mPhotoViewWidth + mGapBetweenImageAndText);
531 rightBound -= (mPhotoViewWidth
[all...]

Completed in 23 milliseconds