/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 | 97 mActionBarView.getRight(), mActionBarView.getBottom()); in setPrimaryBackground() 115 mTabContainer.getRight(), mTabContainer.getBottom()); in setStackedBackground() 340 mActionBarView.getRight(), mActionBarView.getBottom()); in onLayout() 344 mActionContextView.getRight(), mActionContextView.getBottom()); in onLayout() 353 tabContainer.getRight(), tabContainer.getBottom()); in onLayout()
|
D | SlidingTab.java | 249 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getRight() in hide() 311 : alignment_value - tab.getRight()) : 0; in reset() 657 int right = slider.tab.getRight();
|
D | MediaNotificationView.java | 136 mRightIcon.getRight() + mImagePushIn, mRightIcon.getBottom()); in onLayout()
|
D | DecorCaptionView.java | 329 mClose.getRight(), mClose.getBottom()); in onLayout()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | TaskViewTransform.java | 49 mTmpRect.set(v.getLeft(), v.getTop(), v.getRight(), v.getBottom()); 75 rect.set(tv.getLeft(), tv.getTop(), tv.getRight(), tv.getBottom()); in fillIn() 130 return ((int) rect.left != v.getLeft()) || ((int) rect.right != v.getRight()) || in hasRectChangedFrom() 176 Rect fromViewRect = new Rect(v.getLeft(), v.getTop(), v.getRight(), v.getBottom()); in applyToTaskView()
|
/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 | Gallery.java | 516 if (child.getRight() >= galleryLeft) { in detachOffScreenChildren() 601 if (selView.getLeft() <= galleryCenter && selView.getRight() >= galleryCenter) { in setSelectionToCenterChild() 612 if (child.getLeft() <= galleryCenter && child.getRight() >= galleryCenter) { in setSelectionToCenterChild() 619 Math.abs(child.getRight() - galleryCenter)); in setSelectionToCenterChild() 804 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightRtl() 819 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightRtl() 837 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightLtr() 849 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightLtr()
|
D | HorizontalScrollView.java | 227 final int span = getChildAt(0).getRight() - mScrollX - rightEdge; in getRightFadingEdgeStrength() 518 || x >= child.getRight() - scrollX); in inChild() 999 && (preferredFocusable.getRight() > leftWithoutFadingEdge)) { in findFocusableViewInMyBounds() 1040 int viewRight = view.getRight(); in findFocusableViewInBounds() 1058 (!leftFocus && viewRight > focusCandidate.getRight()); in findFocusableViewInBounds() 1110 if (mTempRect.left + width > view.getRight()) { in pageScroll() 1111 mTempRect.left = view.getRight() - width; in pageScroll() 1148 mTempRect.right = view.getRight(); in fullScroll() 1223 int daRight = getChildAt(0).getRight(); in arrowScroll() 1339 int scrollRange = getChildAt(0).getRight(); in computeHorizontalScrollRange() [all …]
|
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();
|
D | StackView.java | 787 mTouchRect.set(v.getLeft(), v.getTop(), v.getRight(), v.getBottom()); 1357 int right = Math.max(mView.getRight() + horizontalOffsetDelta, mView.getRight());
|
D | TabWidget.java | 395 bounds.right = selectedChild.getRight(); in dispatchDraw()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | MinimizedDockShadow.java | 48 updatePaint(getLeft(), getTop(), getRight(), getBottom()); in setDockSide()
|
D | DividerView.java | 349 minimizeLeft = mBackground.getRight() - mMinimizedShadow.getWidth(); in onLayout() 356 mHandle.getRight(), mHandle.getBottom())); in onLayout() 1252 inoutInfo.touchableRegion.set(mHandle.getLeft(), mHandle.getTop(), mHandle.getRight(), in onComputeInternalInsets() 1255 mBackground.getRight(), mBackground.getBottom(), Op.UNION); in onComputeInternalInsets()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewGroupTest.java | 110 outRegion.set(view.getLeft(), view.getTop(), view.getRight(), view.getBottom()); in getUnobscuredTouchableRegion()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | SignalTileView.java | 110 left = getRight() + mSignalIndicatorToIconFrameSpacing; in layoutIndicator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ScrimView.java | 80 mDrawable.setBounds(getLeft(), getTop(), getRight(), getBottom()); in setDrawable()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | AbsSeekBarTest.java | 118 return center(new Rect(view.getLeft(), view.getTop(), view.getRight(), view.getBottom())); in center()
|
/frameworks/base/core/java/android/transition/ |
D | ChangeImageTransform.java | 93 int right = view.getRight(); in captureValues()
|
D | ChangeBounds.java | 137 int right = view.getRight(); 241 view.getRight(), view.getBottom())); in captureValues()
|
/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/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGuts.java | 305 x = (getLeft() + getRight()) / 2; in animateClose()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/utilities/ |
D | Utilities.java | 206 RectF taskViewRect = new RectF(v.getLeft(), v.getTop(), v.getRight(), v.getBottom()); in setViewFrameFromTranslation()
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/ |
D | RenderTests.java | 715 assertEquals(150, rootLayout.getChildren().get(0).getRight()); in testScrollingAndMeasure() 721 assertEquals(690, rootLayout.getChildren().get(5).getChildren().get(0).getRight()); in testScrollingAndMeasure() 1373 int w = vInfo.getRight() - vInfo.getLeft(); in paintBorders()
|