Searched defs:getLeft (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRtlSpacingHelper.java38 public int getLeft() { method in class:RtlSpacingHelper
/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/support/v7/appcompat/src/android/support/v7/widget/
H A DRtlSpacingHelper.java38 public int getLeft() { method in class:RtlSpacingHelper
/frameworks/base/libs/hwui/
H A DRenderProperties.h295 return setTranslationX(value - getLeft());
300 return getLeft() + getTranslationX();
423 int getLeft() const { function in class:android::uirenderer::RenderProperties
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java485 mX = rect.left - view.getLeft();
541 public int getLeft() { method in class:AssistStructure.WindowNode
1064 public int getLeft() { method in class:AssistStructure.ViewNode
1946 Log.i(TAG, "Window #" + i + " [" + node.getLeft() + "," + node.getTop()
1953 Log.i(TAG, prefix + "View [" + node.getLeft() + "," + node.getTop()
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/base/core/java/android/view/
H A DView.java345 * {@link #getLeft()} and {@link #getTop()}. The former returns the left, or X,
349 * when getLeft() returns 20, that means the view is located 20 pixels to the
358 * is similar to the following computation: <code>getLeft() + getWidth()</code>
14424 public final int getLeft() { method in class:View
14544 * {@link #getLeft() left} property.
14556 * the x value passed in and the current {@link #getLeft() left} property.
14636 * The horizontal location of this view relative to its {@link #getLeft() left} position.
14648 * Sets the horizontal location of this view relative to its {@link #getLeft() left} position.
23112 final int w = getRight()-getLeft();
/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. ...

Completed in 1611 milliseconds