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

/frameworks/base/core/java/android/view/
H A DView.java307 * {@link #getLeft()} and {@link #getTop()}. The former returns the left, or X,
311 * when getLeft() returns 20, that means the view is located 20 pixels to the
320 * is similar to the following computation: <code>getLeft() + getWidth()</code>
9537 public final int getLeft() { method in class:View
9665 * {@link #getLeft() left} property.
9677 * the x value passed in and the current {@link #getLeft() left} property.
9710 * The horizontal location of this view relative to its {@link #getLeft() left} position.
9722 * Sets the horizontal location of this view relative to its {@link #getLeft() left} position.
16408 final int w = getRight()-getLeft();

Completed in 81 milliseconds