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

/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java2475 * @deprecated Use {@link View#getMeasuredHeightAndState()} directly.
2478 public static int getMeasuredHeightAndState(View view) { method in class:ViewCompat
2479 return view.getMeasuredHeightAndState();
2484 * and {@link #getMeasuredHeightAndState}, combined into one integer.
/frameworks/base/core/java/android/view/
H A DView.java13716 * Like {@link #getMeasuredHeightAndState()}, but only returns the
13739 public final int getMeasuredHeightAndState() { method in class:View
13745 * and {@link #getMeasuredHeightAndState()}, combined into one integer.

Completed in 89 milliseconds