Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java464 int leftBound = getPaddingLeft(); in onLayout() local
476 isLayoutRtl ? rightBound - mHeaderWidth : leftBound, in onLayout()
478 isLayoutRtl ? rightBound : leftBound + mHeaderWidth, in onLayout()
484 leftBound += mHeaderWidth; in onLayout()
488 mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound, bottomBound); in onLayout()
489 mLeftOffset = left + leftBound; in onLayout()
495 leftBound += mGapBetweenImageAndText; in onLayout()
510 leftBound, in onLayout()
512 leftBound + mPhotoViewWidth, in onLayout()
514 leftBound += mPhotoViewWidth + mGapBetweenImageAndText; in onLayout()
[all …]
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
DAbsSeekBar.java324 int leftBound, rightBound;
327 leftBound = oldBounds.left;
330 leftBound = gap;
335 thumb.setBounds(leftBound, thumbPos, rightBound, thumbPos + thumbHeight);
/packages/apps/Dialer/src/com/android/dialer/widget/
DOverlappingPaneLayout.java279 final int leftBound = getPaddingLeft(); in updateObscuredViewsVisibility() local
302 final int clampedChildLeft = Math.max(leftBound, child.getLeft()); in updateObscuredViewsVisibility()