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

/frameworks/base/libs/hwui/
H A DRenderProperties.h305 return setTranslationY(value - getTop());
310 return getTop() + getTranslationY();
438 int getTop() const { function in class:android::uirenderer::RenderProperties
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java486 mY = rect.top - view.getTop();
549 public int getTop() { method in class:AssistStructure.WindowNode
1071 public int getTop() { method in class:AssistStructure.ViewNode
1950 Log.i(TAG, "Window #" + i + " [" + node.getLeft() + "," + node.getTop()
1957 Log.i(TAG, prefix + "View [" + node.getLeft() + "," + node.getTop()
/frameworks/base/core/java/android/view/
H A DView.java346 * {@link #getLeft()} and {@link #getTop()}. The former returns the left, or X,
14360 public final int getTop() { method in class:View
14635 * {@link #getTop() top} property.
14647 * the y value passed in and the current {@link #getTop() top} property.
14737 * The vertical location of this view relative to its {@link #getTop() top} position.
14750 * Sets the vertical location of this view relative to its {@link #getTop() top} position.
23186 final int h = getBottom()-getTop();

Completed in 196 milliseconds