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.java6751 * <li>FILL_PARENT (renamed MATCH_PARENT in API Level 8 and higher), which
6773 * FILL_PARENT means that the view wants to be as big as its parent,
6779 public static final int FILL_PARENT = -1; field in class:ViewGroup.LayoutParams
6797 * constants FILL_PARENT (replaced by MATCH_PARENT
6808 * constants FILL_PARENT (replaced by MATCH_PARENT
6829 * {@link #WRAP_CONTENT}, or {@link #FILL_PARENT} (replaced by
6832 * {@link #WRAP_CONTENT}, or {@link #FILL_PARENT} (replaced by
6853 * {@link #FILL_PARENT} (replaced by {@link #MATCH_PARENT} in
6856 * {@link #FILL_PARENT} (replaced by {@link #MATCH_PARENT} in

Completed in 238 milliseconds