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

/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java44 public static int getMeasuredWidthAndState(View view) { method in class:ViewCompatHC
45 return view.getMeasuredWidthAndState();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java231 * Bits of {@link #getMeasuredWidthAndState} and
232 * {@link #getMeasuredWidthAndState} that provide the actual measured size.
237 * Bits of {@link #getMeasuredWidthAndState} and
238 * {@link #getMeasuredWidthAndState} that provide the additional state bits.
251 * Bit of {@link #getMeasuredWidthAndState} and
252 * {@link #getMeasuredWidthAndState} that indicates the measured size
289 public int getMeasuredWidthAndState(View view); method in interface:ViewCompat.ViewCompatImpl
464 public int getMeasuredWidthAndState(View view) { method in class:ViewCompat.BaseViewCompatImpl
805 public int getMeasuredWidthAndState(View view) { method in class:ViewCompat.HCViewCompatImpl
806 return ViewCompatHC.getMeasuredWidthAndState(vie
1791 public static int getMeasuredWidthAndState(View view) { method in class:ViewCompat
[all...]
/frameworks/base/core/java/android/view/
H A DView.java1145 * Bits of {@link #getMeasuredWidthAndState()} and
1146 * {@link #getMeasuredWidthAndState()} that provide the actual measured size.
1151 * Bits of {@link #getMeasuredWidthAndState()} and
1152 * {@link #getMeasuredWidthAndState()} that provide the additional state bits.
1165 * Bit of {@link #getMeasuredWidthAndState()} and
1166 * {@link #getMeasuredWidthAndState()} that indicates the measured size
10030 * Like {@link #getMeasuredWidthAndState()}, but only returns the
10049 public final int getMeasuredWidthAndState() { method in class:View
10078 * Return only the state bits of {@link #getMeasuredWidthAndState()}

Completed in 250 milliseconds