Home
last modified time | relevance | path

Searched refs:FILL_PARENT (Results 1 – 25 of 25) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
DListFragment.java109 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT)); in onCreateView()
120 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT)); in onCreateView()
126 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT)); in onCreateView()
129 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT)); in onCreateView()
134 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT)); in onCreateView()
DNoSaveStateFrameLayout.java38 ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT); in wrap()
DFragmentTabHost.java155 ViewGroup.LayoutParams.FILL_PARENT, in ensureHierarchy()
156 ViewGroup.LayoutParams.FILL_PARENT)); in ensureHierarchy()
162 ViewGroup.LayoutParams.FILL_PARENT, in ensureHierarchy()
172 LinearLayout.LayoutParams.FILL_PARENT, 0, 1)); in ensureHierarchy()
/frameworks/support/v13/java/android/support/v13/app/
DFragmentTabHost.java147 ViewGroup.LayoutParams.FILL_PARENT, in ensureHierarchy()
148 ViewGroup.LayoutParams.FILL_PARENT)); in ensureHierarchy()
154 ViewGroup.LayoutParams.FILL_PARENT, in ensureHierarchy()
164 LinearLayout.LayoutParams.FILL_PARENT, 0, 1)); in ensureHierarchy()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridgeConstants.java50 public final static String FILL_PARENT = "fill_parent"; field in BridgeConstants
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java1416 super(FILL_PARENT, height); in LayoutParams()
1418 if (this.height == FILL_PARENT) { in LayoutParams()
1428 if (this.width != FILL_PARENT) { in LayoutParams()
1431 this.width = FILL_PARENT; in LayoutParams()
1433 if (this.height == FILL_PARENT) { in LayoutParams()
1447 if (this.width != FILL_PARENT) { in LayoutParams()
1450 this.width = FILL_PARENT; in LayoutParams()
1452 if (this.height == FILL_PARENT) { in LayoutParams()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseLinearLayoutManagerTest.java34 import static android.view.ViewGroup.LayoutParams.FILL_PARENT;
97 config.mOrientation == HORIZONTAL ? WRAP_CONTENT : FILL_PARENT, in setupByConfig()
98 config.mOrientation == VERTICAL ? WRAP_CONTENT : FILL_PARENT in setupByConfig()
DLinearLayoutManagerTest.java137 mlp.height = ViewGroup.MarginLayoutParams.FILL_PARENT; in removeAnchorItemTest()
140 mlp.width = ViewGroup.MarginLayoutParams.FILL_PARENT; in removeAnchorItemTest()
DGridLayoutManagerTest.java361 val = GridLayoutManager.LayoutParams.FILL_PARENT; in layoutParamsTest()
587 mlp.height = ViewGroup.MarginLayoutParams.FILL_PARENT; in removeAnchorItemTest()
590 mlp.width = ViewGroup.MarginLayoutParams.FILL_PARENT; in removeAnchorItemTest()
DLinearLayoutManagerBaseConfigSetTest.java50 import static android.view.ViewGroup.LayoutParams.FILL_PARENT;
/frameworks/support/v4/java/android/support/v4/widget/
DSlidingPaneLayout.java530 } else if (lp.width == LayoutParams.FILL_PARENT) { in onMeasure()
540 } else if (lp.height == LayoutParams.FILL_PARENT) { in onMeasure()
591 } else if (lp.height == LayoutParams.FILL_PARENT) { in onMeasure()
613 } else if (lp.height == LayoutParams.FILL_PARENT) { in onMeasure()
1430 super(FILL_PARENT, FILL_PARENT); in LayoutParams()
DDrawerLayout.java1799 return new LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.FILL_PARENT); in generateDefaultLayoutParams()
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
DMediaRouteActionProvider.java259 ViewGroup.LayoutParams.FILL_PARENT)); in onCreateActionView()
DMediaRouteControllerDialog.java580 setLayoutHeight(mMediaMainControlLayout, ViewGroup.LayoutParams.FILL_PARENT); in updateLayoutHeightInternal()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DGridLayoutManager.java228 ViewGroup.LayoutParams.FILL_PARENT); in generateDefaultLayoutParams()
230 return new LayoutParams(ViewGroup.LayoutParams.FILL_PARENT, in generateDefaultLayoutParams()
577 final boolean applyInsets = lp.height == ViewGroup.LayoutParams.FILL_PARENT; in layoutChunk()
581 final boolean applyInsets = lp.width == ViewGroup.LayoutParams.FILL_PARENT; in layoutChunk()
DStaggeredGridLayoutManager.java2134 ViewGroup.LayoutParams.FILL_PARENT);
2136 return new LayoutParams(ViewGroup.LayoutParams.FILL_PARENT,
DRecyclerView.java7849 } else if (childDimension == LayoutParams.FILL_PARENT) { in getChildMeasureSpec()
7882 } else if (childDimension == LayoutParams.FILL_PARENT){ in getChildMeasureSpec()
7902 } else if (childDimension == LayoutParams.FILL_PARENT) { in getChildMeasureSpec()
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java1431 if (lp.width != LayoutParams.FILL_PARENT) {
1437 if (lp.height != LayoutParams.FILL_PARENT) {
2831 super(FILL_PARENT, FILL_PARENT);
/frameworks/support/v4/java/android/support/v4/view/
DViewPager.java1581 if (lp.width != LayoutParams.FILL_PARENT) {
1587 if (lp.height != LayoutParams.FILL_PARENT) {
3108 super(FILL_PARENT, FILL_PARENT);
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java506 v.equals(BridgeConstants.FILL_PARENT)) { in getDimension()
/frameworks/base/core/java/android/view/
DViewGroup.java6949 public static final int FILL_PARENT = -1; field in ViewGroup.LayoutParams
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34214 field public static final deprecated int FILL_PARENT = -1; // 0xffffffff
/frameworks/base/api/
Dcurrent.txt43133 field public static final deprecated int FILL_PARENT = -1; // 0xffffffff
Dsystem-current.txt46133 field public static final deprecated int FILL_PARENT = -1; // 0xffffffff
Dtest-current.txt43212 field public static final deprecated int FILL_PARENT = -1; // 0xffffffff