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

/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java46 public static int getMeasuredWidthAndState(View view) { method in class:ViewCompatHC
47 return view.getMeasuredWidthAndState();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java255 * Bits of {@link #getMeasuredWidthAndState} and
256 * {@link #getMeasuredWidthAndState} that provide the actual measured size.
261 * Bits of {@link #getMeasuredWidthAndState} and
262 * {@link #getMeasuredWidthAndState} that provide the additional state bits.
275 * Bit of {@link #getMeasuredWidthAndState} and
276 * {@link #getMeasuredWidthAndState} that indicates the measured size
395 int getMeasuredWidthAndState(View view); method in interface:ViewCompat.ViewCompatImpl
608 public int getMeasuredWidthAndState(View view) { method in class:ViewCompat.BaseViewCompatImpl
1170 public int getMeasuredWidthAndState(View view) { method in class:ViewCompat.HCViewCompatImpl
1171 return ViewCompatHC.getMeasuredWidthAndState(vie
2365 public static int getMeasuredWidthAndState(View view) { method in class:ViewCompat
[all...]
/frameworks/base/core/java/android/view/
H A DView.java1242 * Bits of {@link #getMeasuredWidthAndState()} and
1243 * {@link #getMeasuredWidthAndState()} that provide the actual measured size.
1248 * Bits of {@link #getMeasuredWidthAndState()} and
1249 * {@link #getMeasuredWidthAndState()} that provide the additional state bits.
1262 * Bit of {@link #getMeasuredWidthAndState()} and
1263 * {@link #getMeasuredWidthAndState()} that indicates the measured size
11727 * Like {@link #getMeasuredWidthAndState()}, but only returns the
11750 public final int getMeasuredWidthAndState() { method in class:View
11783 * Return only the state bits of {@link #getMeasuredWidthAndState()}

Completed in 3151 milliseconds