Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java93 private int mGapBetweenIndexerAndImage = 0; field in ContactListItemView
290 mGapBetweenIndexerAndImage = a.getDimensionPixelOffset( in ContactListItemView()
292 mGapBetweenIndexerAndImage); in ContactListItemView()
451 - (mPhotoViewWidth + mGapBetweenImageAndText + mGapBetweenIndexerAndImage); in onMeasure()
643 rightBound -= mGapBetweenIndexerAndImage; in onLayout()
645 leftBound += mGapBetweenIndexerAndImage; in onLayout()