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

/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java50 public static int getMeasuredHeightAndState(View view) { method in class:ViewCompatHC
51 return view.getMeasuredHeightAndState();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java396 int getMeasuredHeightAndState(View view); method in interface:ViewCompat.ViewCompatImpl
613 public int getMeasuredHeightAndState(View view) { method in class:ViewCompat.BaseViewCompatImpl
1174 public int getMeasuredHeightAndState(View view) { method in class:ViewCompat.HCViewCompatImpl
1175 return ViewCompatHC.getMeasuredHeightAndState(view);
2379 public static int getMeasuredHeightAndState(View view) { method in class:ViewCompat
2380 return IMPL.getMeasuredHeightAndState(view);
2385 * and {@link #getMeasuredHeightAndState}, combined into one integer.
/frameworks/base/core/java/android/view/
H A DView.java11755 * Like {@link #getMeasuredHeightAndState()}, but only returns the
11778 public final int getMeasuredHeightAndState() { method in class:View
11784 * and {@link #getMeasuredHeightAndState()}, combined into one integer.

Completed in 478 milliseconds