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

/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java292 * Bits of {@link #getMeasuredWidthAndState} and
293 * {@link #getMeasuredWidthAndState} that provide the actual measured size.
301 * Bits of {@link #getMeasuredWidthAndState} and
302 * {@link #getMeasuredWidthAndState} that provide the additional state bits.
321 * Bit of {@link #getMeasuredWidthAndState} and
322 * {@link #getMeasuredWidthAndState} that indicates the measured size
2461 public static int getMeasuredWidthAndState(View view) { method in class:ViewCompat
2462 return view.getMeasuredWidthAndState();
2483 * Return only the state bits of {@link #getMeasuredWidthAndState}
/frameworks/base/core/java/android/view/
H A DView.java1678 * Bits of {@link #getMeasuredWidthAndState()} and
1679 * {@link #getMeasuredWidthAndState()} that provide the actual measured size.
1684 * Bits of {@link #getMeasuredWidthAndState()} and
1685 * {@link #getMeasuredWidthAndState()} that provide the additional state bits.
1698 * Bit of {@link #getMeasuredWidthAndState()} and
1699 * {@link #getMeasuredWidthAndState()} that indicates the measured size
13688 * Like {@link #getMeasuredWidthAndState()}, but only returns the
13711 public final int getMeasuredWidthAndState() { method in class:View
13744 * Return only the state bits of {@link #getMeasuredWidthAndState()}

Completed in 115 milliseconds