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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeConstants.java50 public final static String FILL_PARENT = "fill_parent"; field in class:BridgeConstants
/frameworks/base/core/java/android/view/
H A DViewGroup.java7416 * <li>FILL_PARENT (renamed MATCH_PARENT in API Level 8 and higher), which
7438 * FILL_PARENT means that the view wants to be as big as its parent,
7444 public static final int FILL_PARENT = -1; field in class:ViewGroup.LayoutParams
7462 * constants FILL_PARENT (replaced by MATCH_PARENT
7473 * constants FILL_PARENT (replaced by MATCH_PARENT
7494 * {@link #WRAP_CONTENT}, or {@link #FILL_PARENT} (replaced by
7497 * {@link #WRAP_CONTENT}, or {@link #FILL_PARENT} (replaced by
7518 * {@link #FILL_PARENT} (replaced by {@link #MATCH_PARENT} in
7521 * {@link #FILL_PARENT} (replaced by {@link #MATCH_PARENT} in

Completed in 108 milliseconds