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

/frameworks/base/core/java/android/view/
H A DView.java1098 * Bits of {@link #getMeasuredWidthAndState()} and
1099 * {@link #getMeasuredWidthAndState()} that provide the actual measured size.
1104 * Bits of {@link #getMeasuredWidthAndState()} and
1105 * {@link #getMeasuredWidthAndState()} that provide the additional state bits.
1118 * Bit of {@link #getMeasuredWidthAndState()} and
1119 * {@link #getMeasuredWidthAndState()} that indicates the measured size
8583 * Like {@link #getMeasuredWidthAndState()}, but only returns the
8602 public final int getMeasuredWidthAndState() { method in class:View
8631 * Return only the state bits of {@link #getMeasuredWidthAndState()}

Completed in 116 milliseconds