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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeConstants.java49 public final static String FILL_PARENT = "fill_parent"; field in class:BridgeConstants
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DListPopupWindow.java126 * Alias for {@link ViewGroup.LayoutParams#FILL_PARENT}. If used to specify a popup width, the
130 public static final int FILL_PARENT = ViewGroup.LayoutParams.FILL_PARENT; field in class:ListPopupWindow
424 * Sets the width of the popup window in pixels. Can also be {@link #FILL_PARENT} or {@link
457 * Sets the height of the popup window in pixels. Can also be {@link #FILL_PARENT}.
522 if (mDropDownWidth == ViewGroup.LayoutParams.FILL_PARENT) {
532 if (mDropDownHeight == ViewGroup.LayoutParams.FILL_PARENT) {
535 heightSpec = noInputMethod ? height : ViewGroup.LayoutParams.FILL_PARENT;
538 mDropDownWidth == ViewGroup.LayoutParams.FILL_PARENT ?
539 ViewGroup.LayoutParams.FILL_PARENT
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java5685 * <li>FILL_PARENT (renamed MATCH_PARENT in API Level 8 and higher), which
5707 * FILL_PARENT means that the view wants to be as big as its parent,
5713 public static final int FILL_PARENT = -1; field in class:ViewGroup.LayoutParams
5731 * constants FILL_PARENT (replaced by MATCH_PARENT ,
5742 * constants FILL_PARENT (replaced by MATCH_PARENT ,
5763 * {@link #WRAP_CONTENT}, or {@link #FILL_PARENT} (replaced by
5766 * {@link #WRAP_CONTENT}, or {@link #FILL_PARENT} (replaced by
5787 * {@link #FILL_PARENT} (replaced by {@link #MATCH_PARENT} in
5790 * {@link #FILL_PARENT} (replaced by {@link #MATCH_PARENT} in

Completed in 88 milliseconds