Searched refs:getMeasuredWidthAndState (Results 1 - 11 of 11) 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/v7/appcompat/src/android/support/v7/widget/
H A DButtonBarLayout.java93 final int measuredWidth = ViewCompat.getMeasuredWidthAndState(this);
H A DSwitchCompat.java846 setMeasuredDimension(ViewCompat.getMeasuredWidthAndState(this), switchHeight);
/frameworks/base/core/java/com/android/internal/widget/
H A DButtonBarLayout.java99 final int measuredWidth = getMeasuredWidthAndState();
H A DDialogViewAnimator.java73 state |= child.getMeasuredWidthAndState() & MEASURED_STATE_MASK;
/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/widget/
H A DDayPickerView.java193 final int measuredWidthAndState = viewPager.getMeasuredWidthAndState();
H A DSwitch.java872 setMeasuredDimension(getMeasuredWidthAndState(), switchHeight);
/frameworks/support/percent/src/android/support/percent/
H A DPercentLayoutHelper.java321 int state = ViewCompat.getMeasuredWidthAndState(view) & ViewCompat.MEASURED_STATE_MASK;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1336 if ((host.getMeasuredWidthAndState()&View.MEASURED_STATE_TOO_SMALL) == 0) {
1347 if ((host.getMeasuredWidthAndState()&View.MEASURED_STATE_TOO_SMALL) == 0) {
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 1966 milliseconds