Searched refs:getMeasuredHeightAndState (Results 1 - 6 of 6) 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/base/core/java/com/android/internal/widget/
H A DDialogViewAnimator.java79 state |= (child.getMeasuredHeightAndState() >> MEASURED_HEIGHT_STATE_SHIFT)
/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/widget/
H A DDayPickerView.java194 final int measuredHeightAndState = viewPager.getMeasuredHeightAndState();
/frameworks/support/percent/src/android/support/percent/
H A DPercentLayoutHelper.java327 int state = ViewCompat.getMeasuredHeightAndState(view) & ViewCompat.MEASURED_STATE_MASK;
/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 8876 milliseconds