Searched refs:getRight (Results 1 - 25 of 57) sorted by relevance

123

/frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
H A DListButtonsDiagonalAcrossItemsTest.java64 mLeftButton.getRight()
68 mCenterButton.getRight()
/frameworks/base/core/java/android/widget/
H A DRtlSpacingHelper.java42 public int getRight() { method in class:RtlSpacingHelper
H A DHorizontalScrollView.java189 final int span = getChildAt(0).getRight() - mScrollX - rightEdge;
402 || x >= child.getRight() - scrollX);
863 && (preferredFocusable.getRight() > leftWithoutFadingEdge)) {
904 int viewRight = view.getRight();
922 (!leftFocus && viewRight > focusCandidate.getRight());
974 if (mTempRect.left + width > view.getRight()) {
975 mTempRect.left = view.getRight() - width;
1012 mTempRect.right = view.getRight();
1087 int daRight = getChildAt(0).getRight();
1203 int scrollRange = getChildAt(0).getRight();
[all...]
H A DGallery.java496 if (child.getRight() >= galleryLeft) {
581 if (selView.getLeft() <= galleryCenter && selView.getRight() >= galleryCenter) {
592 if (child.getLeft() <= galleryCenter && child.getRight() >= galleryCenter) {
599 Math.abs(child.getRight() - galleryCenter));
782 curLeftEdge = prevIterationView.getRight() + itemSpacing;
797 curLeftEdge = prevIterationView.getRight() + itemSpacing;
815 curLeftEdge = prevIterationView.getRight() + itemSpacing;
827 curLeftEdge = prevIterationView.getRight() + itemSpacing;
H A DFastScroller.java648 maxWidth = containerWidth - adjacent.getRight();
664 left = (adjacent == null ? container.left : adjacent.getRight()) + marginLeft;
1485 final float right = mThumbImage.getRight() + offset;
1494 return x <= mThumbImage.getRight() + adjust;
1585 * {@link View#setRight(int)} and {@link View#getRight()} methods.
1595 return object.getRight();
H A DStackView.java787 mTouchRect.set(v.getLeft(), v.getTop(), v.getRight(), v.getBottom());
1354 int right = Math.max(mView.getRight() + horizontalOffsetDelta, mView.getRight());
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTabStrip.java248 } else if (x > mCurrText.getRight() + mTabPadding) {
264 final int right = mCurrText.getRight() + mTabPadding;
282 int right = mCurrText.getRight() + mTabPadding;
291 right = mCurrText.getRight() + mTabPadding;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DRtlSpacingHelper.java44 public int getRight() { method in class:RtlSpacingHelper
H A DActionBarContainer.java97 mActionBarView.getRight(), mActionBarView.getBottom());
115 mTabContainer.getRight(), mTabContainer.getBottom());
304 mActionBarView.getRight(), mActionBarView.getBottom());
308 mContextView.getRight(), mContextView.getBottom());
317 tabContainer.getRight(), tabContainer.getBottom());
H A DListViewCompat.java199 selectorRect.set(sel.getLeft(), sel.getTop(), sel.getRight(), sel.getBottom());
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsBackground.java113 right = getRight();
152 r.right = Math.max(r.right, v.getRight());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
H A DColorOverlayDimmer.java156 c.drawRect(v.getLeft(), v.getTop(), v.getRight(), v.getBottom(), mPaint);
160 v.getRight() - v.getPaddingRight(),
/frameworks/base/core/java/com/android/internal/widget/
H A DBackgroundFallback.java75 right = Math.max(right, child.getRight());
H A DActionBarContainer.java100 mActionBarView.getRight(), mActionBarView.getBottom());
118 mTabContainer.getRight(), mTabContainer.getBottom());
327 mActionBarView.getRight(), mActionBarView.getBottom());
331 mActionContextView.getRight(), mActionContextView.getBottom());
340 tabContainer.getRight(), tabContainer.getBottom());
H A DSwipeDismissLayout.java332 if (x + scrollX >= child.getLeft() && x + scrollX < child.getRight() &&
H A DSlidingTab.java243 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getRight()
305 : alignment_value - tab.getRight()) : 0;
649 int right = slider.tab.getRight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSignalTileView.java93 left = mIconFrame.getRight();
/frameworks/support/v4/java/android/support/v4/widget/
H A DSlidingPaneLayout.java366 right = panel.getRight();
385 endBound), child.getRight());
1002 mTmpRect.left = Math.max(mTmpRect.left, mSlideableView.getRight());
1174 left = shadowView.getRight();
1231 if (x + scrollX >= child.getLeft() && x + scrollX < child.getRight() &&
1483 child.getRight(), child.getBottom());
H A DViewDragHelper.java926 if (x + scrollX >= child.getLeft() && x + scrollX < child.getRight() &&
1445 x < view.getRight() &&
1462 if (x >= child.getLeft() && x < child.getRight() &&
1475 if (x > mParentView.getRight() - mEdgeSize) result |= EDGE_RIGHT;
/frameworks/base/core/java/android/transition/
H A DChangeImageTransform.java93 int right = view.getRight();
H A DChangeBounds.java135 int right = view.getRight();
237 view.getRight(), view.getBottom()));
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewRowPresenter.java193 return (view.getRight() - view.getLeft()) / 2;
201 viewHolder.itemView.getRight() > mActionsRow.getWidth());
H A DDetailsOverviewSharedElementHelper.java74 imageView.getRight(), imageView.getBottom());
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java242 if (x >= item.getLeft() && x < item.getRight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeaderView.java195 mAlarmStatus.setX(mDateGroup.getLeft() + mDateCollapsed.getRight());
560 + mSystemIconsContainer.getRight();
602 mSystemIconsSuperContainer.setX(values.batteryX - mSystemIconsContainer.getRight());

Completed in 2511 milliseconds

123