Searched defs:getLeft (Results 1 - 10 of 10) sorted by last modified time

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DRtlSpacingHelper.java38 public int getLeft() { method in class:RtlSpacingHelper
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/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/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(expand))
H A DComparisonExpr.java51 public Expr getLeft() { method in class:ComparisonExpr
66 return new KCode().app("", getLeft().toCode(expand))
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...]
/frameworks/base/libs/hwui/
H A DRenderProperties.h293 return setTranslationX(value - getLeft());
298 return getLeft() + getTranslationX();
421 int getLeft() const { function in class:android::uirenderer::RenderProperties
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java407 mX = rect.left - view.getLeft();
450 public int getLeft() { method in class:AssistStructure.WindowNode
756 public int getLeft() { method in class:AssistStructure.ViewNode
1355 Log.i(TAG, "Window #" + i + " [" + node.getLeft() + "," + node.getTop()
1362 Log.i(TAG, prefix + "View [" + node.getLeft() + "," + node.getTop()
/frameworks/base/core/java/android/view/
H A DView.java335 * {@link #getLeft()} and {@link #getTop()}. The former returns the left, or X,
339 * when getLeft() returns 20, that means the view is located 20 pixels to the
348 * is similar to the following computation: <code>getLeft() + getWidth()</code>
12527 public final int getLeft() { method in class:View
12645 * {@link #getLeft() left} property.
12657 * the x value passed in and the current {@link #getLeft() left} property.
12737 * The horizontal location of this view relative to its {@link #getLeft() left} position.
12749 * Sets the horizontal location of this view relative to its {@link #getLeft() left} position.
20787 final int w = getRight()-getLeft();
/frameworks/base/core/java/android/widget/
H A DRtlSpacingHelper.java38 public int getLeft() { method in class:RtlSpacingHelper

Completed in 574 milliseconds