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

1234

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DMathExpr.java34 return addTwoWay(join(getLeft().getUniqueKey(), mOp, getRight().getUniqueKey()));
42 || getRight().getResolvedType().isString()) {
47 getRight().getResolvedType());
63 public Expr getRight() { method in class:MathExpr
69 return new KCode().app("", getLeft().toCode(expand)).app(mOp, getRight().toCode(expand));
80 return getRight().getInvertibleError();
81 } else if (!getRight().isDynamic()) {
90 return inverseCast(getRight());
109 final Expr right = getRight();
H A DBitShiftExpr.java34 return join(getLeft().getUniqueKey(), mOp, getRight().getUniqueKey());
55 public Expr getRight() { method in class:BitShiftExpr
64 .app("", getRight().toCode(expand));
H A DComparisonExpr.java55 public Expr getRight() { method in class:ComparisonExpr
68 .app("", getRight().toCode(expand));
/frameworks/support/percent/tests/java/android/support/percent/
H A DPercentFrameTest.java97 int childRight = childToTest.getRight();
116 int childRight = childToTest.getRight();
154 int childRight = childToTest.getRight();
194 mPercentFrameLayout.getTop(), mPercentFrameLayout.getRight(),
198 int childRight = childToTest.getRight();
214 int childRight = childToTest.getRight();
236 mPercentFrameLayout.getTop(), mPercentFrameLayout.getRight(),
245 int childRight = childToTest.getRight();
H A DPercentRelativeRtlTest.java127 mPercentRelativeLayout.getTop(), mPercentRelativeLayout.getRight(),
138 final int childRight = childToTest.getRight();
167 final int childRight = childToTest.getRight();
201 final int childRight = childToTest.getRight();
232 final int childRight = childToTest.getRight();
262 final int childRight = childToTest.getRight();
269 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/base/core/tests/coretests/src/android/widget/listview/focus/
H A DListButtonsDiagonalAcrossItemsTest.java64 mLeftButton.getRight()
68 mCenterButton.getRight()
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java212 parentRect.set(p.getLeft(), p.getTop(), p.getRight(), p.getBottom());
216 view.getRight(), view.getBottom());
225 view.getRight(), view.getBottom())) {
237 parentRect.set(p.getLeft(), p.getTop(), p.getRight(), p.getBottom());
241 view.getRight(), view.getBottom());
250 view.getRight(), view.getBottom())) {
/frameworks/support/v4/tests/java/android/support/v4/testutils/
H A DTestUtilsMatchers.java132 if (view.getRight() == parentGroup.getWidth()) {
137 view.getRight() + ", parent width=" +
169 if (view.getRight() == parentGroup.getWidth()) {
174 view.getRight() + ", parent width=" +
213 final int viewRight = view.getRight();
/frameworks/base/core/java/android/widget/
H A DRtlSpacingHelper.java42 public int getRight() { method in class:RtlSpacingHelper
H A DHorizontalScrollView.java192 final int span = getChildAt(0).getRight() - mScrollX - rightEdge;
413 || x >= child.getRight() - scrollX);
888 && (preferredFocusable.getRight() > leftWithoutFadingEdge)) {
929 int viewRight = view.getRight();
947 (!leftFocus && viewRight > focusCandidate.getRight());
999 if (mTempRect.left + width > view.getRight()) {
1000 mTempRect.left = view.getRight() - width;
1037 mTempRect.right = view.getRight();
1112 int daRight = getChildAt(0).getRight();
1228 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/v4/java/android/support/v4/view/
H A DPagerTabStrip.java250 } else if (x > mCurrText.getRight() + mTabPadding) {
266 final int right = mCurrText.getRight() + mTabPadding;
284 int right = mCurrText.getRight() + mTabPadding;
293 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.java96 mActionBarView.getRight(), mActionBarView.getBottom());
114 mTabContainer.getRight(), mTabContainer.getBottom());
305 mActionBarView.getRight(), mActionBarView.getBottom());
309 mContextView.getRight(), mContextView.getBottom());
318 tabContainer.getRight(), tabContainer.getBottom());
/frameworks/base/services/core/java/com/android/server/policy/
H A DRecentApplicationsBackground.java113 right = getRight();
152 r.right = Math.max(r.right, v.getRight());
/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.java75 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());
/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/v4/donut/android/support/v4/view/
H A DViewCompatBase.java125 view.getRight(),
/frameworks/support/v4/tests/java/android/support/v4/view/
H A DViewPagerActions.java335 title1Right = textViewChild.getRight();
338 title2Right = textViewChild.getRight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSignalTileView.java98 left = mIconFrame.getRight();

Completed in 557 milliseconds

1234