Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java615 int leftBound = getPaddingLeft(); in onLayout() local
627 isLayoutRtl ? rightBound - mHeaderWidth : leftBound, in onLayout()
629 isLayoutRtl ? rightBound : leftBound + mHeaderWidth, in onLayout()
635 leftBound += mHeaderWidth; in onLayout()
639 mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound, bottomBound); in onLayout()
640 mLeftOffset = left + leftBound; in onLayout()
645 leftBound += mGapBetweenIndexerAndImage; in onLayout()
660 mCheckBox.layout(leftBound + mGapFromScrollBar, in onLayout()
662 leftBound + mGapFromScrollBar + mCheckBoxWidth, in onLayout()
678 mDeleteImageButton.layout(leftBound, in onLayout()
[all …]