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

/frameworks/base/tools/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.java6896 * <li>FILL_PARENT (renamed MATCH_PARENT in API Level 8 and higher), which
6918 * FILL_PARENT means that the view wants to be as big as its parent,
6924 public static final int FILL_PARENT = -1; field in class:ViewGroup.LayoutParams
6942 * constants FILL_PARENT (replaced by MATCH_PARENT
6953 * constants FILL_PARENT (replaced by MATCH_PARENT
6974 * {@link #WRAP_CONTENT}, or {@link #FILL_PARENT} (replaced by
6977 * {@link #WRAP_CONTENT}, or {@link #FILL_PARENT} (replaced by
6998 * {@link #FILL_PARENT} (replaced by {@link #MATCH_PARENT} in
7001 * {@link #FILL_PARENT} (replaced by {@link #MATCH_PARENT} in

Completed in 182 milliseconds