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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java84 private int mGapBetweenImageAndText = 0; field in class:ContactListItemView
243 mGapBetweenImageAndText = a.getDimensionPixelOffset(
245 mGapBetweenImageAndText);
332 - (mPhotoViewWidth + mGapBetweenImageAndText);
338 effectiveWidth -= mHeaderWidth + mGapBetweenImageAndText;
492 rightBound -= mGapBetweenImageAndText;
494 leftBound += mGapBetweenImageAndText;
513 leftBound += mPhotoViewWidth + mGapBetweenImageAndText;
516 leftBound += mPhotoViewWidth + mGapBetweenImageAndText;
528 rightBound -= (mPhotoViewWidth + mGapBetweenImageAndText);
[all...]

Completed in 20 milliseconds