Searched refs:mPhotoViewWidth (Results 1 – 1 of 1) sorted by relevance
202 private int mPhotoViewWidth; field in ContactListItemView449 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 …]