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

/frameworks/base/libs/hwui/
H A DRenderProperties.h303 return setTranslationY(value - getTop());
308 return getTop() + getTranslationY();
436 int 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.java335 * {@link #getLeft()} and {@link #getTop()}. The former returns the left, or X,
12483 public final int getTop() { method in class:View
12754 * {@link #getTop() top} property.
12766 * the y value passed in and the current {@link #getTop() top} property.
12856 * The vertical location of this view relative to its {@link #getTop() top} position.
12869 * Sets the vertical location of this view relative to its {@link #getTop() top} position.
20958 final int h = getBottom()-getTop();

Completed in 615 milliseconds