/frameworks/base/core/java/com/android/internal/widget/ |
D | BackgroundFallback.java | 94 right = Math.max(right, rootOffsetX + child.getRight()); in draw() 111 && v.getLeft() <= 0 && v.getRight() >= left) { in draw() 116 && v.getLeft() <= right && v.getRight() >= width) { in draw() 121 && v.getLeft() <= 0 && v.getRight() >= width) { in draw() 126 && v.getLeft() <= 0 && v.getRight() >= width) { in draw() 179 && view1.getRight() >= view2.getLeft() in viewsCoverEntireWidth() 180 && view2.getRight() >= width; in viewsCoverEntireWidth()
|
D | ActionBarContainer.java | 114 mTabContainer.getRight(), mTabContainer.getBottom()); in setStackedBackground() 351 tabContainer.getRight(), tabContainer.getBottom()); in onLayout()
|
D | SlidingTab.java | 246 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getRight() in hide() 308 : alignment_value - tab.getRight()) : 0; in reset() 654 int right = slider.tab.getRight();
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/focus/ |
D | ListButtonsDiagonalAcrossItemsTest.java | 64 mLeftButton.getRight() in testPreconditions() 68 mCenterButton.getRight() in testPreconditions()
|
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 244 final int span = getChildAt(0).getRight() - mScrollX - rightEdge; in getRightFadingEdgeStrength() 535 || x >= child.getRight() - scrollX); in inChild() 1057 && (preferredFocusable.getRight() > leftWithoutFadingEdge)) { in findFocusableViewInMyBounds() 1098 int viewRight = view.getRight(); in findFocusableViewInBounds() 1116 (!leftFocus && viewRight > focusCandidate.getRight()); in findFocusableViewInBounds() 1168 if (mTempRect.left + width > view.getRight()) { in pageScroll() 1169 mTempRect.left = view.getRight() - width; in pageScroll() 1206 mTempRect.right = view.getRight(); in fullScroll() 1281 int daRight = getChildAt(0).getRight(); in arrowScroll() 1397 int scrollRange = getChildAt(0).getRight(); in computeHorizontalScrollRange() [all …]
|
D | Gallery.java | 517 if (child.getRight() >= galleryLeft) { in detachOffScreenChildren() 602 if (selView.getLeft() <= galleryCenter && selView.getRight() >= galleryCenter) { in setSelectionToCenterChild() 613 if (child.getLeft() <= galleryCenter && child.getRight() >= galleryCenter) { in setSelectionToCenterChild() 620 Math.abs(child.getRight() - galleryCenter)); in setSelectionToCenterChild() 805 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightRtl() 820 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightRtl() 838 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightLtr() 850 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightLtr()
|
D | RtlSpacingHelper.java | 42 public int getRight() { in getRight() method in RtlSpacingHelper
|
D | FastScroller.java | 674 maxWidth = containerWidth - adjacent.getRight(); in measureViewToSide() 692 left = (adjacent == null ? container.left : adjacent.getRight()) + marginLeft; in measureViewToSide() 1556 final float right = mThumbImage.getRight() + offset; in isPointInsideX() 1565 return x <= mThumbImage.getRight() + adjust; in isPointInsideX() 1666 return object.getRight();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
D | WalletCardCarousel.java | 240 int cardCenter = (cardView.getLeft() + cardView.getRight()) / 2; in updatePadding() 241 int viewCenter = (getLeft() + getRight()) / 2; in updatePadding() 252 float viewCenter = (view.getRight() + view.getLeft()) / 2f; in updateCardView() 264 viewCenter < center ? view.getRight() + mCardMarginPx in updateCardView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/ |
D | ImageTile.java | 93 int getRight() { in getRight() method in ImageTile
|
D | ScrollCaptureController.java | 138 + "r=" + mImageTileSet.getRight() + ", " in toString() 301 + " - " + mImageTileSet.getRight() + "," + mImageTileSet.getBottom() in onCaptureResult()
|
D | ImageTileSet.java | 163 int getRight() { in getRight() method in ImageTileSet
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | WearGestureInterceptionDetector.java | 190 || x + scrollX >= child.getRight()
|
/frameworks/base/core/java/android/transition/ |
D | ChangeImageTransform.java | 95 int right = view.getRight(); in captureValues()
|
D | ChangeBounds.java | 139 int right = view.getRight(); 243 view.getRight(), view.getBottom())); in captureValues()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardClockSwitch.java | 78 parent.getRight(), in getLargeClockRegion() 90 parent.getRight(), in getSmallClockRegion()
|
D | PinShapeNonHintingView.java | 182 boundsRect.right = values.view.getRight(); in captureValues()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/statusbar/phone/ |
D | SystemUIDialogFactoryExt.kt | 180 end = insets.getRight(this, LocalLayoutDirection.current).toDp() + horizontalPadding in Modifier()
|
/frameworks/base/core/java/com/android/internal/widget/helper/ |
D | ItemTouchHelper.java | 788 || other.getRight() < left || other.getLeft() > right) { in findSwapTargets() 794 final int dx = Math.abs(centerX - (other.getLeft() + other.getRight()) / 2); in findSwapTargets() 1760 int diff = target.itemView.getRight() - right; in chooseDropTarget() 1761 if (diff < 0 && target.itemView.getRight() > selected.itemView.getRight()) { in chooseDropTarget()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewGroupTest.java | 186 outRegion.set(view.getLeft(), view.getTop(), view.getRight(), view.getBottom()); in getUnobscuredTouchableRegion()
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/ |
D | AccessibilityTest.java | 102 child.getRight(), child.getBottom(), child, in customHierarchyParserTest()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfaces.java | 87 return "[(" + v.getLeft() + "," + v.getTop() + ")(" + v.getRight() + "," + v.getBottom() in viewInfo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/ |
D | ScrimView.java | 125 mDrawable.setBounds(getLeft(), getTop(), getRight(), getBottom()); in setDrawable()
|
/frameworks/base/core/java/android/view/ |
D | NotificationHeaderView.java | 247 r.left = (int) ((view.getLeft() + view.getRight()) / 2.0f - width / 2.0f); in getRectAroundView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | DraggableConstraintLayout.java | 199 return background == null ? 0 : background.getRight(); in getBackgroundRight()
|