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

/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java48 public static int getMeasuredHeightAndState(View view) { method in class:ViewCompatHC
49 return view.getMeasuredHeightAndState();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java312 public int getMeasuredHeightAndState(View view); method in interface:ViewCompat.ViewCompatImpl
518 public int getMeasuredHeightAndState(View view) { method in class:ViewCompat.BaseViewCompatImpl
1025 public int getMeasuredHeightAndState(View view) { method in class:ViewCompat.HCViewCompatImpl
1026 return ViewCompatHC.getMeasuredHeightAndState(view);
2143 public static int getMeasuredHeightAndState(View view) { method in class:ViewCompat
2144 return IMPL.getMeasuredHeightAndState(view);
2149 * and {@link #getMeasuredHeightAndState}, combined into one integer.
/frameworks/base/core/java/android/view/
H A DView.java10936 * Like {@link #getMeasuredHeightAndState()}, but only returns the
10959 public final int getMeasuredHeightAndState() { method in class:View
10965 * and {@link #getMeasuredHeightAndState()}, combined into one integer.

Completed in 107 milliseconds