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

/frameworks/base/core/java/android/view/
H A DView.java1046 * Bits of {@link #getMeasuredWidthAndState()} and
1047 * {@link #getMeasuredWidthAndState()} that provide the actual measured size.
1052 * Bits of {@link #getMeasuredWidthAndState()} and
1053 * {@link #getMeasuredWidthAndState()} that provide the additional state bits.
1066 * Bit of {@link #getMeasuredWidthAndState()} and
1067 * {@link #getMeasuredWidthAndState()} that indicates the measured size
6975 * Like {@link #getMeasuredWidthAndState()}, but only returns the
6994 public final int getMeasuredWidthAndState() { method in class:View
7023 * Return only the state bits of {@link #getMeasuredWidthAndState()}

Completed in 119 milliseconds