Searched refs:getLeft (Results 76 - 77 of 77) sorted by relevance

1234

/frameworks/base/core/java/android/view/
H A DView.java319 * {@link #getLeft()} and {@link #getTop()}. The former returns the left, or X,
323 * when getLeft() returns 20, that means the view is located 20 pixels to the
332 * is similar to the following computation: <code>getLeft() + getWidth()</code>
10657 public final int getLeft() { method in class:View
10769 * {@link #getLeft() left} property.
10781 * the x value passed in and the current {@link #getLeft() left} property.
10861 * The horizontal location of this view relative to its {@link #getLeft() left} position.
10873 * Sets the horizontal location of this view relative to its {@link #getLeft() left} position.
18363 final int w = getRight()-getLeft();
/frameworks/base/core/java/android/widget/
H A DAbsListView.java2549 selectorRect.set(sel.getLeft(), sel.getTop(), sel.getRight(), sel.getBottom());

Completed in 106 milliseconds

1234