/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
D | MathExpr.java | 33 return join(getLeft().getUniqueKey(), mOp, getRight().getUniqueKey()); in computeUniqueKey() 41 || getRight().getResolvedType().isString()) { in resolveType() 46 getRight().getResolvedType()); in resolveType() 62 public Expr getRight() { in getRight() method in MathExpr
|
D | BitShiftExpr.java | 33 return join(getLeft().getUniqueKey(), mOp, getRight().getUniqueKey()); in computeUniqueKey() 54 public Expr getRight() { in getRight() method in BitShiftExpr
|
D | ComparisonExpr.java | 54 public Expr getRight() { in getRight() method in ComparisonExpr
|
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/ |
D | CodeGenUtil.kt | 29 app("", it.getRight().toCode()) in toCode() 64 app("", it.getRight().toCode()) in toCode() 72 app("", it.getRight().toCode()) in toCode()
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | PagerTabStrip.java | 250 } else if (x > mCurrText.getRight() + mTabPadding) { in onTouchEvent() 266 final int right = mCurrText.getRight() + mTabPadding; in onDraw() 284 int right = mCurrText.getRight() + mTabPadding; in updateTextPositions() 293 right = mCurrText.getRight() + mTabPadding; in updateTextPositions()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | ActionBarContainer.java | 97 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()
|
D | RtlSpacingHelper.java | 44 public int getRight() { in getRight() method in RtlSpacingHelper
|
/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/com/android/internal/widget/ |
D | ActionBarContainer.java | 97 mActionBarView.getRight(), mActionBarView.getBottom()); in setPrimaryBackground() 115 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()
|
D | BackgroundFallback.java | 75 right = Math.max(right, child.getRight()); in draw()
|
D | SlidingTab.java | 243 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getRight() in hide() 305 : alignment_value - tab.getRight()) : 0; in reset() 651 int right = slider.tab.getRight();
|
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 192 final int span = getChildAt(0).getRight() - mScrollX - rightEdge; in getRightFadingEdgeStrength() 405 || x >= child.getRight() - scrollX); in inChild() 876 && (preferredFocusable.getRight() > leftWithoutFadingEdge)) { in findFocusableViewInMyBounds() 917 int viewRight = view.getRight(); in findFocusableViewInBounds() 935 (!leftFocus && viewRight > focusCandidate.getRight()); in findFocusableViewInBounds() 987 if (mTempRect.left + width > view.getRight()) { in pageScroll() 988 mTempRect.left = view.getRight() - width; in pageScroll() 1025 mTempRect.right = view.getRight(); in fullScroll() 1100 int daRight = getChildAt(0).getRight(); in arrowScroll() 1216 int scrollRange = getChildAt(0).getRight(); in computeHorizontalScrollRange() [all …]
|
D | Gallery.java | 495 if (child.getRight() >= galleryLeft) { in detachOffScreenChildren() 580 if (selView.getLeft() <= galleryCenter && selView.getRight() >= galleryCenter) { in setSelectionToCenterChild() 591 if (child.getLeft() <= galleryCenter && child.getRight() >= galleryCenter) { in setSelectionToCenterChild() 598 Math.abs(child.getRight() - galleryCenter)); in setSelectionToCenterChild() 781 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightRtl() 796 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightRtl() 814 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightLtr() 826 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightLtr()
|
D | RtlSpacingHelper.java | 42 public int getRight() { in getRight() method in RtlSpacingHelper
|
D | FastScroller.java | 660 maxWidth = containerWidth - adjacent.getRight(); in measureViewToSide() 678 left = (adjacent == null ? container.left : adjacent.getRight()) + marginLeft; in measureViewToSide() 1532 final float right = mThumbImage.getRight() + offset; in isPointInsideX() 1541 return x <= mThumbImage.getRight() + adjust; in isPointInsideX() 1642 return object.getRight();
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/ |
D | ColorOverlayDimmer.java | 156 c.drawRect(v.getLeft(), v.getTop(), v.getRight(), v.getBottom(), mPaint); in drawColorOverlay() 160 v.getRight() - v.getPaddingRight(), in drawColorOverlay()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | RecentApplicationsBackground.java | 113 right = getRight(); in draw() 152 r.right = Math.max(r.right, v.getRight()); in getChildBounds()
|
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/ |
D | XmlEditor.java | 105 if (pair.getRight() == layoutNode) { in strip() 126 Position start1 = toPosition(o1.getRight().getStart()); in strip() 127 Position start2 = toPosition(o2.getRight().getStart()); in strip() 136 XMLParser.ElementContext element = it.getRight(); in strip()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | SlidingPaneLayout.java | 369 right = panel.getRight(); in updateObscuredViewsVisibility() 388 endBound), child.getRight()); in updateObscuredViewsVisibility() 1005 mTmpRect.left = Math.max(mTmpRect.left, mSlideableView.getRight()); in drawChild() 1177 left = shadowView.getRight(); in draw() 1234 if (x + scrollX >= child.getLeft() && x + scrollX < child.getRight() && in canScroll() 1486 child.getRight(), child.getBottom()); in invalidateChildRegion()
|
D | ViewDragHelper.java | 926 if (x + scrollX >= child.getLeft() && x + scrollX < child.getRight() && in canScroll() 1447 x < view.getRight() && in isViewUnder() 1464 if (x >= child.getLeft() && x < child.getRight() && in findTopChildUnder() 1477 if (x > mParentView.getRight() - mEdgeSize) result |= EDGE_RIGHT; in getEdgesTouched()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | SignalTileView.java | 93 left = mIconFrame.getRight(); in layoutIndicator()
|
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/ |
D | ExprModelTest.java | 185 assertSame(parsed.getRight(), readNow.get(0)); in testTernaryWithPlus() 345 Expr u2GetCondE = xxPlusU2getCondE.getRight(); in testPostConditionalDependencies() 601 assertEquals(1, parsed.getRight().getInvalidFlags().cardinality()); in testNoFlagsForNonBindingStatic() 619 assertEquals(parsed.getRight().getInvalidFlags(), staticParsed.getInvalidFlags()); in testFlagsForBindingStatic() 804 final Location tLoc = comparison.getRight().getLocations().get(0); in testLocationTracking()
|
/frameworks/base/core/java/android/transition/ |
D | ChangeImageTransform.java | 93 int right = view.getRight(); in captureValues()
|
D | ChangeBounds.java | 135 int right = view.getRight(); 237 view.getRight(), view.getBottom())); in captureValues()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/ |
D | ItemTouchHelper.java | 777 || other.getRight() < left || other.getLeft() > right) { in findSwapTargets() 783 final int dx = Math.abs(centerX - (other.getLeft() + other.getRight()) / 2); in findSwapTargets() 1701 int diff = target.itemView.getRight() - right; in chooseDropTarget() 1702 if (diff < 0 && target.itemView.getRight() > selected.itemView.getRight()) { in chooseDropTarget()
|