Home
last modified time | relevance | path

Searched refs:getRight (Results 1 – 25 of 62) sorted by relevance

123

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

123