Searched defs:getTop (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,
9397 public final int getTop() { method in class:View
9688 * {@link #getTop() top} property.
9700 * the y value passed in and the current {@link #getTop() top} property.
9751 * The horizontal location of this view relative to its {@link #getTop() top} position.
9764 * Sets the vertical location of this view relative to its {@link #getTop() top} position.
16409 final int h = getBottom()-getTop();

Completed in 708 milliseconds