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

/frameworks/base/libs/hwui/
H A DRenderProperties.h274 return setTranslationY(value - getTop());
279 return getTop() + getTranslationY();
407 float getTop() 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,
10644 public final int getTop() { method in class:View
10903 * {@link #getTop() top} property.
10915 * the y value passed in and the current {@link #getTop() top} property.
11005 * The vertical location of this view relative to its {@link #getTop() top} position.
11018 * Sets the vertical location of this view relative to its {@link #getTop() top} position.
18481 final int h = getBottom()-getTop();

Completed in 203 milliseconds