Searched refs:getLeft (Results 1 - 25 of 128) sorted by relevance

123456

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DMathExpr.java34 return addTwoWay(join(getLeft().getUniqueKey(), mOp, getRight().getUniqueKey()));
41 if (getLeft().getResolvedType().isString()
46 return modelAnalyzer.findCommonParentOf(getLeft().getResolvedType(),
59 public Expr getLeft() { method in class:MathExpr
69 return new KCode().app("", getLeft().toCode(expand)).app(mOp, getRight().toCode(expand));
79 if (!getLeft().isDynamic()) {
82 return getLeft().getInvertibleError();
89 if (!getLeft().isDynamic()) {
92 return inverseCast(getLeft());
108 final Expr left = getLeft();
[all...]
H A DBitShiftExpr.java34 return join(getLeft().getUniqueKey(), mOp, getRight().getUniqueKey());
39 return getLeft().getResolvedType();
51 public Expr getLeft() { method in class:BitShiftExpr
62 .app("", getLeft().toCode(expand))
H A DComparisonExpr.java51 public Expr getLeft() { method in class:ComparisonExpr
66 return new KCode().app("", getLeft().toCode(expand))
/frameworks/support/design/src/android/support/design/widget/
H A DViewOffsetHelper.java46 mLayoutLeft = mView.getLeft();
54 ViewCompat.offsetLeftAndRight(mView, mOffsetLeft - (mView.getLeft() - mLayoutLeft));
H A DSwipeDismissBehavior.java228 mOriginalCapturedViewLeft = capturedChild.getLeft();
255 targetLeft = child.getLeft() < mOriginalCapturedViewLeft
289 final int distance = child.getLeft() - mOriginalCapturedViewLeft;
/frameworks/support/percent/tests/java/android/support/percent/
H A DPercentFrameTest.java95 int childLeft = childToTest.getLeft();
114 int childLeft = childToTest.getLeft();
135 int childLeft = childToTest.getLeft();
172 int childLeft = childToTest.getLeft();
193 mPercentFrameLayout.layout(mPercentFrameLayout.getLeft(),
203 int childLeft = childToTest.getLeft();
235 mPercentFrameLayout.layout(mPercentFrameLayout.getLeft(),
240 int childLeft = childToTest.getLeft();
H A DPercentRelativeRtlTest.java126 mPercentRelativeLayout.layout(mPercentRelativeLayout.getLeft(),
142 final int childLeft = childToTest.getLeft();
171 final int childLeft = childToTest.getLeft();
197 final int childLeft = childToTest.getLeft();
228 final int childLeft = childToTest.getLeft();
260 final int childLeft = childToTest.getLeft();
279 rightChild.getLeft() - 0.1f * mContainerWidth, childRight);
H A DPercentRelativeTest.java87 final int childLeft = childToTest.getLeft();
108 final int childLeft = childToTest.getLeft();
163 final int childLeft = childToTest.getLeft();
178 rightChild.getLeft() - 0.1f * mContainerWidth, childRight);
/frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
H A DListButtonsDiagonalAcrossItemsTest.java65 < mCenterButton.getLeft());
69 < mRightButton.getLeft());
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisible.java61 rect.set(0, 0, childToMakeVisible.getLeft(), childToMakeVisible.getHeight());
77 rect.set(0, 0, childToMakeVisible.getLeft(), childToMakeVisible.getHeight());
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java212 parentRect.set(p.getLeft(), p.getTop(), p.getRight(), p.getBottom());
215 needInvalidateWorkaround = !parentRect.intersects(view.getLeft(), view.getTop(),
224 if (needInvalidateWorkaround && parentRect.intersect(view.getLeft(), view.getTop(),
237 parentRect.set(p.getLeft(), p.getTop(), p.getRight(), p.getBottom());
240 needInvalidateWorkaround = !parentRect.intersects(view.getLeft(), view.getTop(),
249 if (needInvalidateWorkaround && parentRect.intersect(view.getLeft(), view.getTop(),
/frameworks/support/v4/tests/java/android/support/v4/testutils/
H A DTestUtilsMatchers.java123 if (view.getLeft() == 0) {
128 view.getLeft();
179 if (view.getLeft() == 0) {
184 view.getLeft();
212 final int viewLeft = view.getLeft();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
H A DColorOverlayDimmer.java150 float dx = v.getLeft() + v.getTranslationX();
156 c.drawRect(v.getLeft(), v.getTop(), v.getRight(), v.getBottom(), mPaint);
158 c.drawRect(v.getLeft() + v.getPaddingLeft(),
/frameworks/support/v4/donut/android/support/v4/view/
H A DViewCompatBase.java123 view.getLeft(),
134 final int currentLeft = view.getLeft();
/frameworks/base/core/java/android/widget/
H A DRtlSpacingHelper.java38 public int getLeft() { method in class:RtlSpacingHelper
H A DSlidingDrawer.java322 canvas.translate(isVertical ? 0 : handle.getLeft() - mTopOffset,
407 final int left = mHandle.getLeft();
464 final int left = mHandle.getLeft();
619 handle.offsetLeftAndRight(mTopOffset - handle.getLeft());
623 mHandleWidth - handle.getLeft());
626 final int left = handle.getLeft();
805 animateClose(mVertical ? mHandle.getTop() : mHandle.getLeft());
827 animateOpen(mVertical ? mHandle.getTop() : mHandle.getLeft());
/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.java248 if (x < mCurrText.getLeft() - mTabPadding) {
265 final int left = mCurrText.getLeft() - mTabPadding;
283 int left = mCurrText.getLeft() - mTabPadding;
292 left = mCurrText.getLeft() - mTabPadding;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DRtlSpacingHelper.java38 public int getLeft() { method in class:RtlSpacingHelper
H A DActionBarContainer.java95 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(),
113 mStackedBackground.setBounds(mTabContainer.getLeft(), mTabContainer.getTop(),
304 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(),
308 mBackground.setBounds(mContextView.getLeft(), mContextView.getTop(),
317 mStackedBackground.setBounds(tabContainer.getLeft(), tabContainer.getTop(),
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DAssistVisualizer.java48 int left = parentLeft+node.getLeft();
98 matrix.setTranslate(windowNode.getLeft(), windowNode.getTop());
100 buildTextRects(windowNode.getRootViewNode(), 0, windowNode.getLeft(),
155 matrix.preTranslate(root.getLeft(), root.getTop());
156 int left = parentLeft + root.getLeft();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayersActivity.java54 "x", 0, rightList.getLeft());
60 "x", rightList.getLeft(), 0);
/frameworks/base/core/java/com/android/internal/widget/
H A DBackgroundFallback.java73 left = Math.min(left, child.getLeft());
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DUniqueIds.java70 if (mButton.getLeft() == 0) {
/frameworks/support/design/honeycomb/android/support/design/widget/
H A DViewGroupUtilsHoneycomb.java60 m.preTranslate(view.getLeft(), view.getTop());

Completed in 4154 milliseconds

123456