Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java202 private int mPhotoViewWidth; field in ContactListItemView
449 if (mPhotoViewWidth > 0 || mKeepHorizontalPaddingForPhotoView) { in onMeasure()
451 - (mPhotoViewWidth + mGapBetweenImageAndText + mGapBetweenIndexerAndImage); in onMeasure()
696 leftBound + mPhotoViewWidth, in onLayout()
698 leftBound += mPhotoViewWidth + mGapBetweenImageAndText; in onLayout()
701 leftBound += mPhotoViewWidth + mGapBetweenImageAndText; in onLayout()
710 rightBound - mPhotoViewWidth, in onLayout()
714 rightBound -= (mPhotoViewWidth + mGapBetweenImageAndText); in onLayout()
717 rightBound -= (mPhotoViewWidth + mGapBetweenImageAndText); in onLayout()
917 mPhotoViewWidth = mPhotoViewHeight = getDefaultPhotoViewSize(); in ensurePhotoViewSize()
[all …]