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

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DBitShiftExpr.java33 return join(getLeft().getUniqueKey(), mOp, getRight().getUniqueKey());
38 return getLeft().getResolvedType();
50 public Expr getLeft() { method in class:BitShiftExpr
H A DMathExpr.java33 return join(getLeft().getUniqueKey(), mOp, getRight().getUniqueKey());
40 if (getLeft().getResolvedType().isString()
45 return modelAnalyzer.findCommonParentOf(getLeft().getResolvedType(),
58 public Expr getLeft() { method in class:MathExpr
H A DComparisonExpr.java50 public Expr getLeft() { method in class:ComparisonExpr
/frameworks/base/core/java/android/widget/
H A DRtlSpacingHelper.java38 public int getLeft() { method in class:RtlSpacingHelper
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DRtlSpacingHelper.java40 public int getLeft() { method in class:RtlSpacingHelper
/frameworks/base/libs/hwui/
H A DRenderProperties.h292 return setTranslationX(value - getLeft());
297 return getLeft() + getTranslationX();
420 float 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.java333 * {@link #getLeft()} and {@link #getTop()}. The former returns the left, or X,
337 * when getLeft() returns 20, that means the view is located 20 pixels to the
346 * is similar to the following computation: <code>getLeft() + getWidth()</code>
11675 public final int getLeft() { method in class:View
11793 * {@link #getLeft() left} property.
11805 * the x value passed in and the current {@link #getLeft() left} property.
11885 * The horizontal location of this view relative to its {@link #getLeft() left} position.
11897 * Sets the horizontal location of this view relative to its {@link #getLeft() left} position.
19738 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 354 milliseconds