Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java462 int topBound = 0; in onLayout() local
473 int headerTopBound = (bottomBound + topBound - headerHeight) / 2 + mTextOffsetTop; in onLayout()
488 mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound, bottomBound); in onLayout()
508 final int photoTop = topBound + (bottomBound - topBound - mPhotoViewHeight) / 2; in onLayout()
523 final int photoTop = topBound + (bottomBound - topBound - mPhotoViewHeight) / 2; in onLayout()
542 int textTopBound = (bottomBound + topBound - totalTextHeight) / 2 + mTextOffsetTop; in onLayout()
/packages/apps/Dialer/src/com/android/dialer/widget/
DOverlappingPaneLayout.java806 final int topBound = getPaddingTop() + lpMargin; in onPanelDragged() local
808 updateSlideOffset(newTop - topBound); in onPanelDragged()
856 int topBound = getPaddingTop() + lp.topMargin; in smoothSlideTo() local
857 y = (int) (topBound + slideOffset * mSlideRange); in smoothSlideTo()
1190 int topBound = getPaddingTop() + lp.topMargin; in clampViewPositionVertical() local
1191 int bottomBound = topBound + (mPanelSlideCallbacks.isScrollableChildUnscrolled() in clampViewPositionVertical()
1198 newTop = Math.min(Math.max(top, topBound), bottomBound); in clampViewPositionVertical()
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
DAbsSeekBar.java338 int topBound, bottomBound;
341 topBound = oldBounds.top;
344 topBound = gap;
349 thumb.setBounds(thumbPos, topBound, thumbPos + thumbWidth, bottomBound);