Searched refs:FILL_PARENT (Results 1 - 20 of 20) 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...]
H A DFragmentTabHost.java153 ViewGroup.LayoutParams.FILL_PARENT,
154 ViewGroup.LayoutParams.FILL_PARENT));
160 ViewGroup.LayoutParams.FILL_PARENT,
170 LinearLayout.LayoutParams.FILL_PARENT, 0, 1));
/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...]
H A DScrollingTabContainerView.java74 ViewGroup.LayoutParams.FILL_PARENT));
145 ViewGroup.LayoutParams.FILL_PARENT));
163 ViewGroup.LayoutParams.FILL_PARENT));
190 LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.FILL_PARENT));
242 tabView.setLayoutParams(new ListView.LayoutParams(ListView.LayoutParams.FILL_PARENT,
258 LayoutParams.FILL_PARENT, 1));
273 0, LayoutParams.FILL_PARENT, 1));
H A DActionBarContextView.java98 ViewGroup.LayoutParams.FILL_PARENT);
114 layoutParams.width = ViewGroup.LayoutParams.FILL_PARENT;
218 ViewGroup.LayoutParams.FILL_PARENT);
231 layoutParams.width = ViewGroup.LayoutParams.FILL_PARENT;
285 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT);
298 "with android:layout_width=\"FILL_PARENT\" (or fill_parent)");
H A DActionBarContainer.java195 lp.width = LayoutParams.FILL_PARENT;
H A DActionBarView.java273 lp.height = LayoutParams.FILL_PARENT;
330 mMenuView.getLayoutParams().width = LayoutParams.FILL_PARENT;
377 lp.height = LayoutParams.FILL_PARENT;
413 LayoutParams.FILL_PARENT);
433 layoutParams.width = LayoutParams.FILL_PARENT;
678 LayoutParams.WRAP_CONTENT, LayoutParams.FILL_PARENT);
941 // view to FILL_PARENT.
962 if (hgrav == Gravity.CENTER_HORIZONTAL && lp.width == LayoutParams.FILL_PARENT) {
H A DSpinnerICS.java743 } else if (mDropDownWidth == FILL_PARENT) {
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java145 ViewGroup.LayoutParams.FILL_PARENT,
146 ViewGroup.LayoutParams.FILL_PARENT));
152 ViewGroup.LayoutParams.FILL_PARENT,
162 LinearLayout.LayoutParams.FILL_PARENT, 0, 1));
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteActionProvider.java254 ViewGroup.LayoutParams.FILL_PARENT));
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java1416 super(FILL_PARENT, height);
1418 if (this.height == FILL_PARENT) {
1419 Log.w(TAG, "Constructing LayoutParams with height FILL_PARENT - " +
1428 if (this.width != FILL_PARENT) {
1431 this.width = FILL_PARENT;
1433 if (this.height == FILL_PARENT) {
1447 if (this.width != FILL_PARENT) {
1450 this.width = FILL_PARENT;
1452 if (this.height == FILL_PARENT) {
/frameworks/support/v4/java/android/support/v4/widget/
H A DSlidingPaneLayout.java506 } else if (lp.width == LayoutParams.FILL_PARENT) {
516 } else if (lp.height == LayoutParams.FILL_PARENT) {
567 } else if (lp.height == LayoutParams.FILL_PARENT) {
589 } else if (lp.height == LayoutParams.FILL_PARENT) {
1266 super(FILL_PARENT, FILL_PARENT);
H A DDrawerLayout.java1158 return new LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.FILL_PARENT);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java922 this(WRAP_CONTENT, FILL_PARENT, gravity);
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java446 s.equals(BridgeConstants.FILL_PARENT)) {
573 s.equals(BridgeConstants.FILL_PARENT)) {
H A DBridgeResources.java334 v.equals(BridgeConstants.FILL_PARENT)) {
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java1408 if (lp.width != LayoutParams.FILL_PARENT) {
1414 if (lp.height != LayoutParams.FILL_PARENT) {
2845 super(FILL_PARENT, FILL_PARENT);
/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 818 milliseconds