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

/frameworks/base/libs/hwui/
H A DRenderProperties.h302 return setTranslationY(value - getTop());
307 return getTop() + getTranslationY();
435 float getTop() const { function in class:android::uirenderer::RenderProperties
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java408 mY = rect.top - view.getTop();
458 public int getTop() { method in class:AssistStructure.WindowNode
763 public int getTop() { method in class:AssistStructure.ViewNode
1355 Log.i(TAG, "Window #" + i + " [" + node.getLeft() + "," + node.getTop()
1362 Log.i(TAG, prefix + "View [" + node.getLeft() + "," + node.getTop()
/frameworks/base/core/java/android/view/
H A DView.java333 * {@link #getLeft()} and {@link #getTop()}. The former returns the left, or X,
11545 public final int getTop() { method in class:View
11816 * {@link #getTop() top} property.
11828 * the y value passed in and the current {@link #getTop() top} property.
11918 * The vertical location of this view relative to its {@link #getTop() top} position.
11931 * Sets the vertical location of this view relative to its {@link #getTop() top} position.
19739 final int h = getBottom()-getTop();

Completed in 152 milliseconds