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

/frameworks/base/core/java/android/view/
H A DView.java417 * with the height set to UNSPECIFIED and a width of EXACTLY 240 to find out how
419 * <li>EXACTLY: This is used by the parent to impose an exact size on the
15648 case MeasureSpec.EXACTLY:
15674 case MeasureSpec.EXACTLY:
17207 * <dt>EXACTLY</dt>
17237 public static final int EXACTLY = 1 << MODE_SHIFT; field in class:View.MeasureSpec
17251 * <li>{@link android.view.View.MeasureSpec#EXACTLY}</li>
17269 * {@link android.view.View.MeasureSpec#EXACTLY}
17300 else if (mode == EXACTLY)
17301 sb.append("EXACTLY ");
[all...]

Completed in 149 milliseconds