Home | History | Annotate | Download | only in view

Lines Matching defs:MATCH_PARENT

6617             } else if (childDimension == LayoutParams.MATCH_PARENT) {
6635 } else if (childDimension == LayoutParams.MATCH_PARENT) {
6654 } else if (childDimension == LayoutParams.MATCH_PARENT) {
7394 * <li>FILL_PARENT (renamed MATCH_PARENT in API Level 8 and higher), which
7418 * starting in API Level 8 and replaced by {@link #MATCH_PARENT}.
7426 * MATCH_PARENT means that the view wants to be as big as its parent,
7429 public static final int MATCH_PARENT = -1;
7440 * constants FILL_PARENT (replaced by MATCH_PARENT
7444 @ViewDebug.IntToString(from = MATCH_PARENT, to = "MATCH_PARENT"),
7451 * constants FILL_PARENT (replaced by MATCH_PARENT
7455 @ViewDebug.IntToString(from = MATCH_PARENT, to = "MATCH_PARENT"),
7473 * {@link #MATCH_PARENT} in API Level 8)</li>
7476 * {@link #MATCH_PARENT} in API Level 8)</li>
7496 * {@link #FILL_PARENT} (replaced by {@link #MATCH_PARENT} in
7499 * {@link #FILL_PARENT} (replaced by {@link #MATCH_PARENT} in
7586 if (size == MATCH_PARENT) {