Home
last modified time | relevance | path

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

12

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DListPopupWindow.java187 public static final int MATCH_PARENT = ViewGroup.LayoutParams.MATCH_PARENT; field in ListPopupWindow
589 && ViewGroup.LayoutParams.MATCH_PARENT != height) { in setHeight()
672 if (mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT) { in show()
683 if (mDropDownHeight == ViewGroup.LayoutParams.MATCH_PARENT) { in show()
686 heightSpec = noInputMethod ? height : ViewGroup.LayoutParams.MATCH_PARENT; in show()
688 mPopup.setWidth(mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT ? in show()
689 ViewGroup.LayoutParams.MATCH_PARENT : 0); in show()
692 mPopup.setWidth(mDropDownWidth == ViewGroup.LayoutParams.MATCH_PARENT ? in show()
693 ViewGroup.LayoutParams.MATCH_PARENT : 0); in show()
694 mPopup.setHeight(ViewGroup.LayoutParams.MATCH_PARENT); in show()
[all …]
DScrollingTabContainerView.java93 ViewGroup.LayoutParams.MATCH_PARENT)); in ScrollingTabContainerView()
162 ViewGroup.LayoutParams.MATCH_PARENT)); in performCollapse()
178 ViewGroup.LayoutParams.MATCH_PARENT)); in performExpand()
210 … LinearLayoutCompat.LayoutParams.WRAP_CONTENT, LinearLayoutCompat.LayoutParams.MATCH_PARENT)); in createTabLayout()
219 LinearLayoutCompat.LayoutParams.MATCH_PARENT)); in createSpinner()
297 tabView.setLayoutParams(new ListView.LayoutParams(ListView.LayoutParams.MATCH_PARENT, in createTabView()
313 LayoutParams.MATCH_PARENT, 1)); in addTab()
328 0, LayoutParams.MATCH_PARENT, 1)); in addTab()
DLinearLayoutCompat.java719 if (widthMode != MeasureSpec.EXACTLY && lp.width == LayoutParams.MATCH_PARENT) { in measureVertical()
734 allFillParent = allFillParent && lp.width == LayoutParams.MATCH_PARENT; in measureVertical()
852 lp.width == LayoutParams.MATCH_PARENT; in measureVertical()
857 allFillParent = allFillParent && lp.width == LayoutParams.MATCH_PARENT; in measureVertical()
923 if (lp.width == LayoutParams.MATCH_PARENT) { in forceUniformWidth()
1069 if (heightMode != MeasureSpec.EXACTLY && lp.height == LayoutParams.MATCH_PARENT) { in measureHorizontal()
1098 allFillParent = allFillParent && lp.height == LayoutParams.MATCH_PARENT; in measureHorizontal()
1245 lp.height == LayoutParams.MATCH_PARENT; in measureHorizontal()
1253 allFillParent = allFillParent && lp.height == LayoutParams.MATCH_PARENT; in measureHorizontal()
1345 if (lp.height == LayoutParams.MATCH_PARENT) { in forceUniformHeight()
[all …]
DActionBarContextView.java204 LayoutParams.MATCH_PARENT); in initForMode()
256 return new MarginLayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT); in generateDefaultLayoutParams()
DAlertDialogLayout.java224 if (lp.width == LayoutParams.MATCH_PARENT) { in forceUniformWidth()
DActionBarOverlayLayout.java401 return new LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT); in generateDefaultLayoutParams()
DActionBarContainer.java236 lp.width = LayoutParams.MATCH_PARENT; in setTabContainer()
DAppCompatSpinner.java1012 } else if (mDropDownWidth == MATCH_PARENT) { in computeContentWidth()
DToolbar.java2573 this(WRAP_CONTENT, MATCH_PARENT, gravity); in LayoutParams()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/widget/
DLinearLayoutCompatTest.kt21 import android.view.ViewGroup.LayoutParams.MATCH_PARENT
38 val margin = MarginLayoutParams(MATCH_PARENT, MATCH_PARENT).apply { bottomMargin = 10 } in testGenerateLayoutParamsFromMarginLayoutParams()
/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAlertController.java19 import static android.view.ViewGroup.LayoutParams.MATCH_PARENT;
659 custom.addView(customView, new LayoutParams(MATCH_PARENT, MATCH_PARENT)); in setupCustomContent()
678 LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT); in setupTitle()
742 new LayoutParams(MATCH_PARENT, MATCH_PARENT)); in setupContent()
DActionBar.java1377 this(WRAP_CONTENT, MATCH_PARENT, gravity); in LayoutParams()
DAppCompatDelegateImpl.java21 import static android.view.ViewGroup.LayoutParams.MATCH_PARENT;
1334 mActionModePopup.setWidth(ViewGroup.LayoutParams.MATCH_PARENT);
1818 if (lp != null && lp.width == ViewGroup.LayoutParams.MATCH_PARENT) {
1819 width = MATCH_PARENT;
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/app/
DAppCompatDialogTest.kt76 ViewGroup.LayoutParams.MATCH_PARENT, in testViewTreeLifecycleOwnerWhenAddContentView()
/appcompat/appcompat/api/
D1.1.0-rc01.txt730 field public static final int MATCH_PARENT = -1; // 0xffffffff
D1.1.0-beta01.txt730 field public static final int MATCH_PARENT = -1; // 0xffffffff
D1.2.0-beta01.txt735 field public static final int MATCH_PARENT = -1; // 0xffffffff
D1.3.0-beta02.txt737 field public static final int MATCH_PARENT = -1; // 0xffffffff
D1.3.0-beta01.txt737 field public static final int MATCH_PARENT = -1; // 0xffffffff
D1.1.0-beta02.txt738 field public static final int MATCH_PARENT = -1; // 0xffffffff
D1.4.0-beta01.txt766 field public static final int MATCH_PARENT = -1; // 0xffffffff
D1.4.0-beta02.txt766 field public static final int MATCH_PARENT = -1; // 0xffffffff
D1.6.0-beta02.txt806 field public static final int MATCH_PARENT = -1; // 0xffffffff
D1.6.0-beta01.txt806 field public static final int MATCH_PARENT = -1; // 0xffffffff
D1.5.0-beta01.txt794 field public static final int MATCH_PARENT = -1; // 0xffffffff

12