Searched refs:FILL_PARENT (Results 1 - 7 of 7) 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/v4/java/android/support/v4/app/
H A DNoSaveStateFrameLayout.java38 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT);
H A DListFragment.java109 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT));
120 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT));
126 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT));
129 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT));
134 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT));
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java438 s.equals(BridgeConstants.FILL_PARENT)) {
565 s.equals(BridgeConstants.FILL_PARENT)) {
H A DBridgeResources.java336 v.equals(BridgeConstants.FILL_PARENT)) {
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java2086 super(FILL_PARENT, FILL_PARENT);
/frameworks/base/core/java/android/view/
H A DViewGroup.java5180 * <li>FILL_PARENT (renamed MATCH_PARENT in API Level 8 and higher), which
5202 * FILL_PARENT means that the view wants to be as big as its parent,
5208 public static final int FILL_PARENT = -1; field in class:ViewGroup.LayoutParams
5226 * constants FILL_PARENT (replaced by MATCH_PARENT ,
5237 * constants FILL_PARENT (replaced by MATCH_PARENT ,
5258 * {@link #WRAP_CONTENT}, or {@link #FILL_PARENT} (replaced by
5261 * {@link #WRAP_CONTENT}, or {@link #FILL_PARENT} (replaced by
5282 * {@link #FILL_PARENT} (replaced by {@link #MATCH_PARENT} in
5285 * {@link #FILL_PARENT} (replaced by {@link #MATCH_PARENT} in

Completed in 278 milliseconds