Home
last modified time | relevance | path

Searched defs:widthMeasureSpec (Results 1 – 22 of 22) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatRatingBar.java61 protected synchronized void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DDialogTitle.java54 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DButtonBarLayout.java78 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DAlertDialogLayout.java63 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
70 private boolean tryOnMeasure(int widthMeasureSpec, int heightMeasureSpec) { in tryOnMeasure()
DContentFrameLayout.java97 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DViewStubCompat.java150 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DLinearLayoutCompat.java571 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
615 void measureVertical(int widthMeasureSpec, int heightMeasureSpec) { in measureVertical()
948 void measureHorizontal(int widthMeasureSpec, int heightMeasureSpec) { in measureHorizontal()
1334 private void forceUniformHeight(int count, int widthMeasureSpec) { in forceUniformHeight()
1396 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout()
DScrollingTabContainerView.java97 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
443 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DActivityChooserView.java461 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
803 final int widthMeasureSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in measureContentWidth() local
DActionBarContainer.java272 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DActionBarContextView.java265 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DActionMenuView.java148 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
179 private void onMeasureExactFormat(int widthMeasureSpec, int heightMeasureSpec) { in onMeasureExactFormat()
DAppCompatSpinner.java436 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
560 final int widthMeasureSpec = in compatMeasureContentWidth() local
DDropDownListView.java299 public int measureHeightOfChildrenCompat(int widthMeasureSpec, int startPosition, in measureHeightOfChildrenCompat()
DAppCompatTextView.java669 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DActionBarOverlayLayout.java421 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DSwitchCompat.java904 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DSearchView.java790 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DToolbar.java1814 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
/appcompat/appcompat/src/main/java/androidx/appcompat/view/menu/
DMenuPopup.java148 final int widthMeasureSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in measureIndividualMenuWidth() local
DListMenuItemView.java279 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
DActionMenuItemView.java272 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()