Searched refs:getLeft (Results 51 - 75 of 145) sorted by last modified time

123456

/frameworks/support/design/src/android/support/design/widget/
H A DBottomSheetBehavior.java410 if (mViewDragHelper.smoothSlideViewTo(child, child.getLeft(), top)) {
631 if (mViewDragHelper.smoothSlideViewTo(child, child.getLeft(), top)) {
694 if (mViewDragHelper.settleCapturedViewAt(releasedChild.getLeft(), top)) {
710 return child.getLeft();
H A DCoordinatorLayout.java937 out.set(child.getLeft(), child.getTop(), child.getRight(), child.getBottom());
1219 canvas.clipRect(child.getLeft(), child.getTop(), child.getRight(),
1368 bounds.set(child.getLeft(), child.getTop(), child.getRight(), child.getBottom());
H A DFloatingActionButton.java722 rect.set(child.getLeft() + shadowPadding.left,
746 } else if (fab.getLeft() <= lp.leftMargin) {
H A DSwipeDismissBehavior.java230 mOriginalCapturedViewLeft = capturedChild.getLeft();
257 targetLeft = child.getLeft() < mOriginalCapturedViewLeft
291 final int distance = child.getLeft() - mOriginalCapturedViewLeft;
H A DTabLayout.java1191 int scrollBase = selectedChild.getLeft() + (selectedWidth / 2) - (getWidth() / 2);
1936 left = selectedTitle.getLeft();
1942 left = (int) (mSelectionOffset * nextTitle.getLeft() +
1978 final int targetLeft = targetView.getLeft();
H A DViewGroupUtils.java81 m.preTranslate(view.getLeft(), view.getTop());
H A DViewOffsetHelper.java46 mLayoutLeft = mView.getLeft();
54 ViewCompat.offsetLeftAndRight(mView, mOffsetLeft - (mView.getLeft() - mLayoutLeft));
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DTestUtilsMatchers.java411 assertEquals(lp.leftMargin, fab.getLeft() + area.left);
415 fab.getLeft() + area.right);
/frameworks/support/design/tests/src/android/support/design/widget/
H A DAppBarWithCollapsingToolbarStateRestoreTest.java72 appBar.getLeft() + (appBar.getWidth() / 2),
H A DCoordinatorLayoutTest.java183 assertThat("Gravity: " + testCase[0], view.getLeft(), is(testCase[1]));
738 rect.set(child.getLeft(), child.getTop(), child.getRight(), child.getBottom());
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java634 if (v.hasFocus() || (v.getRight() >= 0 && v.getLeft() <= parentWidth &&
/frameworks/support/percent/tests/java/android/support/percent/
H A DPercentFrameTest.java92 int childLeft = childToTest.getLeft();
111 int childLeft = childToTest.getLeft();
132 int childLeft = childToTest.getLeft();
169 int childLeft = childToTest.getLeft();
190 mPercentFrameLayout.layout(mPercentFrameLayout.getLeft(),
200 int childLeft = childToTest.getLeft();
232 mPercentFrameLayout.layout(mPercentFrameLayout.getLeft(),
237 int childLeft = childToTest.getLeft();
H A DPercentRelativeRtlTest.java124 mPercentRelativeLayout.layout(mPercentRelativeLayout.getLeft(),
143 final int childLeft = childToTest.getLeft();
175 final int childLeft = childToTest.getLeft();
204 final int childLeft = childToTest.getLeft();
238 final int childLeft = childToTest.getLeft();
273 final int childLeft = childToTest.getLeft();
292 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/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java634 if (v.hasFocus() || (v.getRight() >= 0 && v.getLeft() <= parentWidth &&
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java729 child.layout(child.getLeft(), child.getTop() + offset,
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
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())
69 return model.bitshift(getLeft().cloneToModel(model), mOp, getRight().cloneToModel(model));
79 return getLeft().toString() + ' ' + mOp + ' ' + getRight().toString();
H A DComparisonExpr.java51 public Expr getLeft() { method in class:ComparisonExpr
67 .app("(", getLeft().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());
46 if (getLeft().getResolvedType().isString()
51 return modelAnalyzer.findCommonParentOf(getLeft().getResolvedType(),
60 public Expr getLeft() { method in class:MathExpr
70 return new KCode().app("(", getLeft().toCode())
83 final Expr left = getLeft();
108 final Expr left = getLeft();
157 return model.math(getLeft().cloneToModel(model), mOp, getRight().cloneToModel(model));
162 return "(" + getLeft() + ") " + mOp + " (" + getRight() + ")";
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
H A DExprModelTest.java707 final FieldAccessExpr fooB = (FieldAccessExpr) fooB0.getLeft();
710 final FieldAccessExpr fooA = (FieldAccessExpr) fooA0.getLeft();
778 assertEquals(2, parsed.getLeft().getInvalidFlags().cardinality());
796 assertEquals(2, parsed.getLeft().getInvalidFlags().cardinality());
1052 final Location aLoc = comparison.getLeft().getLocations().get(0);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DUniqueIds.java70 if (mButton.getLeft() == 0) {
/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/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java1330 hOffset += viewGroup.getLeft();
1411 getContext().getViewKey(view), -scrollX + view.getLeft() + hOffset,
1419 view.getLeft(), view.getTop(), view.getRight(),

Completed in 629 milliseconds

123456