Home
last modified time | relevance | path

Searched refs:mGapBetweenImageAndText (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java85 private int mGapBetweenImageAndText = 0; field in ContactListItemView
244 mGapBetweenImageAndText = a.getDimensionPixelOffset( in ContactListItemView()
246 mGapBetweenImageAndText); in ContactListItemView()
333 - (mPhotoViewWidth + mGapBetweenImageAndText); in onMeasure()
339 effectiveWidth -= mHeaderWidth + mGapBetweenImageAndText; in onMeasure()
493 rightBound -= mGapBetweenImageAndText; in onLayout()
495 leftBound += mGapBetweenImageAndText; in onLayout()
514 leftBound += mPhotoViewWidth + mGapBetweenImageAndText; in onLayout()
517 leftBound += mPhotoViewWidth + mGapBetweenImageAndText; in onLayout()
529 rightBound -= (mPhotoViewWidth + mGapBetweenImageAndText); in onLayout()
[all …]