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

1234

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DBitShiftExpr.java34 return join(getLeft().getUniqueKey(), mOp, getRight().getUniqueKey());
55 public Expr getRight() { method in class:BitShiftExpr
64 .app("", getRight().toCode());
69 return model.bitshift(getLeft().cloneToModel(model), mOp, getRight().cloneToModel(model));
79 return getLeft().toString() + ' ' + mOp + ' ' + getRight().toString();
H A DComparisonExpr.java55 public Expr getRight() { method in class:ComparisonExpr
70 .app(" (", getRight().toCode())
76 return model.comparison(mOp, getLeft().cloneToModel(model), getRight().cloneToModel(model));
86 return getLeft().toString() + ' ' + mOp + ' ' + getRight();
H A DMathExpr.java39 return join(getLeft().getUniqueKey(), mOp, getRight().getUniqueKey());
47 || getRight().getResolvedType().isString()) {
52 getRight().getResolvedType());
64 public Expr getRight() { method in class:MathExpr
73 .app(" (", getRight().toCode())
84 final Expr right = getRight();
109 final Expr right = getRight();
157 return model.math(getLeft().cloneToModel(model), mOp, getRight().cloneToModel(model));
162 return "(" + getLeft() + ") " + mOp + " (" + getRight() + ")";
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DViewBoundsCheckTest.java83 return mParent.getRight();
93 return view.getRight();
128 view.getRight());
143 view.getRight());
159 view.getRight());
175 view.getRight());
191 view.getRight());
207 view.getRight());
222 view.getRight());
237 view.getRight());
[all...]
/frameworks/support/percent/tests/java/android/support/percent/
H A DPercentFrameTest.java94 int childRight = childToTest.getRight();
113 int childRight = childToTest.getRight();
151 int childRight = childToTest.getRight();
191 mPercentFrameLayout.getTop(), mPercentFrameLayout.getRight(),
195 int childRight = childToTest.getRight();
211 int childRight = childToTest.getRight();
233 mPercentFrameLayout.getTop(), mPercentFrameLayout.getRight(),
242 int childRight = childToTest.getRight();
H A DPercentRelativeRtlTest.java125 mPercentRelativeLayout.getTop(), mPercentRelativeLayout.getRight(),
139 final int childRight = childToTest.getRight();
171 final int childRight = childToTest.getRight();
208 final int childRight = childToTest.getRight();
242 final int childRight = childToTest.getRight();
275 final int childRight = childToTest.getRight();
282 leftChild.getRight() + 0.1f * mContainerWidth, childLeft);
H A DPercentRelativeTest.java129 final int childRight = childToTest.getRight();
150 final int childRight = childToTest.getRight();
165 final int childRight = childToTest.getRight();
170 leftChild.getRight() + 0.1f * mContainerWidth, childLeft);
/frameworks/support/core-ui/tests/java/android/support/v4/testutils/
H A DTestUtilsMatchers.java129 if (view.getRight() == parentGroup.getWidth()) {
134 view.getRight() + ", parent width=" +
166 if (view.getRight() == parentGroup.getWidth()) {
171 view.getRight() + ", parent width=" +
210 final int viewRight = view.getRight();
/frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
H A DListButtonsDiagonalAcrossItemsTest.java64 mLeftButton.getRight()
68 mCenterButton.getRight()
/frameworks/support/transition/tests/src/android/support/transition/
H A DChangeClipBoundsTest.java48 redSquare.getRight() - 10, redSquare.getBottom() - 10);
67 assertTrue(midClip.right < redSquare.getRight() && midClip.right > newClip.right);
100 assertTrue(midClip.right < redSquare.getRight() && midClip.right > newClip.right);
/frameworks/base/core/java/android/widget/
H A DRtlSpacingHelper.java42 public int getRight() { method in class:RtlSpacingHelper
H A DHorizontalScrollView.java199 final int span = getChildAt(0).getRight() - mScrollX - rightEdge;
421 || x >= child.getRight() - scrollX);
901 && (preferredFocusable.getRight() > leftWithoutFadingEdge)) {
942 int viewRight = view.getRight();
960 (!leftFocus && viewRight > focusCandidate.getRight());
1012 if (mTempRect.left + width > view.getRight()) {
1013 mTempRect.left = view.getRight() - width;
1050 mTempRect.right = view.getRight();
1125 int daRight = getChildAt(0).getRight();
1241 int scrollRange = getChildAt(0).getRight();
[all...]
H A DGallery.java503 if (child.getRight() >= galleryLeft) {
588 if (selView.getLeft() <= galleryCenter && selView.getRight() >= galleryCenter) {
599 if (child.getLeft() <= galleryCenter && child.getRight() >= galleryCenter) {
606 Math.abs(child.getRight() - galleryCenter));
789 curLeftEdge = prevIterationView.getRight() + itemSpacing;
804 curLeftEdge = prevIterationView.getRight() + itemSpacing;
822 curLeftEdge = prevIterationView.getRight() + itemSpacing;
834 curLeftEdge = prevIterationView.getRight() + itemSpacing;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewTransform.java49 mTmpRect.set(v.getLeft(), v.getTop(), v.getRight(), v.getBottom());
75 rect.set(tv.getLeft(), tv.getTop(), tv.getRight(), tv.getBottom());
130 return ((int) rect.left != v.getLeft()) || ((int) rect.right != v.getRight()) ||
176 Rect fromViewRect = new Rect(v.getLeft(), v.getTop(), v.getRight(), v.getBottom());
/frameworks/support/core-ui/java/android/support/v4/view/
H A DPagerTabStrip.java251 } else if (x > mCurrText.getRight() + mTabPadding) {
267 final int right = mCurrText.getRight() + mTabPadding;
285 int right = mCurrText.getRight() + mTabPadding;
294 right = mCurrText.getRight() + mTabPadding;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DRtlSpacingHelper.java42 public int getRight() { method in class:RtlSpacingHelper
H A DActionBarContainer.java100 mActionBarView.getRight(), mActionBarView.getBottom());
118 mTabContainer.getRight(), mTabContainer.getBottom());
318 mActionBarView.getRight(), mActionBarView.getBottom());
322 mContextView.getRight(), mContextView.getBottom());
331 tabContainer.getRight(), tabContainer.getBottom());
/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.java83 right = Math.max(right, child.getRight());
H A DActionBarContainer.java97 mActionBarView.getRight(), mActionBarView.getBottom());
115 mTabContainer.getRight(), mTabContainer.getBottom());
340 mActionBarView.getRight(), mActionBarView.getBottom());
344 mActionContextView.getRight(), mActionContextView.getBottom());
353 tabContainer.getRight(), tabContainer.getBottom());
H A DMediaNotificationView.java121 mRightIcon.getRight() + mImagePushIn, mRightIcon.getBottom());
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DMinimizedDockShadow.java48 updatePaint(getLeft(), getTop(), getRight(), getBottom());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DNonOverlappingLinearLayoutWithForeground.java98 final int w = getRight() - getLeft();
/frameworks/support/core-ui/tests/java/android/support/v4/view/
H A DViewPagerActions.java361 title1Right = textViewChild.getRight();
364 title2Right = textViewChild.getRight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSignalTileView.java105 left = mIconFrame.getRight();

Completed in 793 milliseconds

1234