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.java238 * Bits of {@link #getMeasuredWidthAndState} and
239 * {@link #getMeasuredWidthAndState} that provide the actual measured size.
244 * Bits of {@link #getMeasuredWidthAndState} and
245 * {@link #getMeasuredWidthAndState} that provide the additional state bits.
258 * Bit of {@link #getMeasuredWidthAndState} and
259 * {@link #getMeasuredWidthAndState} that indicates the measured size
311 public int getMeasuredWidthAndState(View view); method in interface:ViewCompat.ViewCompatImpl
513 public int getMeasuredWidthAndState(View view) { method in class:ViewCompat.BaseViewCompatImpl
1021 public int getMeasuredWidthAndState(View view) { method in class:ViewCompat.HCViewCompatImpl
1022 return ViewCompatHC.getMeasuredWidthAndState(vie
2129 public static int getMeasuredWidthAndState(View view) { method in class:ViewCompat
[all...]
/frameworks/base/core/java/android/view/
H A DView.java1175 * Bits of {@link #getMeasuredWidthAndState()} and
1176 * {@link #getMeasuredWidthAndState()} that provide the actual measured size.
1181 * Bits of {@link #getMeasuredWidthAndState()} and
1182 * {@link #getMeasuredWidthAndState()} that provide the additional state bits.
1195 * Bit of {@link #getMeasuredWidthAndState()} and
1196 * {@link #getMeasuredWidthAndState()} that indicates the measured size
10914 * Like {@link #getMeasuredWidthAndState()}, but only returns the
10937 public final int getMeasuredWidthAndState() { method in class:View
10970 * Return only the state bits of {@link #getMeasuredWidthAndState()}

Completed in 322 milliseconds