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

/frameworks/base/core/java/android/view/
H A DView.java317 * computations, namely {@link #getRight()} and {@link #getBottom()}.
319 * rectangle representing the view. For instance, calling {@link #getRight()}
9604 public final int getRight() { method in class:View
16408 final int w = getRight()-getLeft();

Completed in 120 milliseconds