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

/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.h264 return setTranslationX(value - getLeft());
269 return getLeft() + getTranslationX();
392 float getLeft() const { function in class:android::uirenderer::RenderProperties
/frameworks/base/core/java/android/view/
H A DView.java320 * {@link #getLeft()} and {@link #getTop()}. The former returns the left, or X,
324 * when getLeft() returns 20, that means the view is located 20 pixels to the
333 * is similar to the following computation: <code>getLeft() + getWidth()</code>
10768 public final int getLeft() { method in class:View
10880 * {@link #getLeft() left} property.
10892 * the x value passed in and the current {@link #getLeft() left} property.
10972 * The horizontal location of this view relative to its {@link #getLeft() left} position.
10984 * Sets the horizontal location of this view relative to its {@link #getLeft() left} position.
18480 final int w = getRight()-getLeft();

Completed in 1588 milliseconds