Searched refs:widthUsed (Results 1 - 13 of 13) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBrowseRowsFrameLayout.java48 int parentWidthMeasureSpec, int widthUsed,
52 getPaddingLeft() + getPaddingRight() + widthUsed, lp.width);
47 measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
H A DGridLayoutManager.java1247 int widthUsed = p.leftMargin + p.rightMargin + sTempRect.left + sTempRect.right;
1251 getPaddingLeft() + getPaddingRight() + widthUsed, p.width);
1480 int widthUsed = lp.leftMargin + lp.rightMargin + sTempRect.left + sTempRect.right;
1491 MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED), widthUsed, lp.width);
1496 widthSpec = ViewGroup.getChildMeasureSpec(secondarySpec, widthUsed, lp.width);
/frameworks/support/design/src/android/support/design/widget/
H A DHeaderScrollingViewBehavior.java53 int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec,
92 widthUsed, heightMeasureSpec, heightUsed);
52 onMeasureChild(CoordinatorLayout parent, View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
H A DAppBarLayout.java1000 int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec,
1009 parent.onMeasureChild(child, parentWidthMeasureSpec, widthUsed,
1015 return super.onMeasureChild(parent, child, parentWidthMeasureSpec, widthUsed,
999 onMeasureChild(CoordinatorLayout parent, AppBarLayout child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
H A DCoordinatorLayout.java706 * @param widthUsed extra space that has been used up by the parent
712 public void onMeasureChild(View child, int parentWidthMeasureSpec, int widthUsed, argument
714 measureChildWithMargins(child, parentWidthMeasureSpec, widthUsed,
736 int widthUsed = getSuggestedMinimumWidth();
790 widthUsed = Math.max(widthUsed, widthPadding + child.getMeasuredWidth() +
798 final int width = View.resolveSizeAndState(widthUsed, widthMeasureSpec,
2202 * @param widthUsed extra space that has been used up by the parent
2211 int parentWidthMeasureSpec, int widthUsed,
2210 onMeasureChild(CoordinatorLayout parent, V child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
/frameworks/base/core/java/android/widget/
H A DToolbar.java1505 private void measureChildConstrained(View child, int parentWidthSpec, int widthUsed, argument
1511 + widthUsed, lp.width);
1530 int parentWidthMeasureSpec, int widthUsed,
1543 mPaddingLeft + mPaddingRight + hMargins + widthUsed, lp.width);
1529 measureChildCollapseMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed, int[] collapsingMargins) argument
H A DHorizontalScrollView.java1274 protected void measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, argument
1282 widthUsed;
H A DScrollView.java1295 protected void measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, argument
1301 + widthUsed, lp.width);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java1503 private void measureChildConstrained(View child, int parentWidthSpec, int widthUsed, argument
1509 + widthUsed, lp.width);
1528 int parentWidthMeasureSpec, int widthUsed,
1541 getPaddingLeft() + getPaddingRight() + hMargins + widthUsed, lp.width);
1527 measureChildCollapseMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed, int[] collapsingMargins) argument
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java1436 protected void measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, argument
1442 + widthUsed, lp.width);
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java8363 * pass 0 as the widthUsed or heightUsed parameters as they will be irrelevant.</p>
8366 * @param widthUsed Width in pixels currently consumed by other views, if relevant
8369 public void measureChild(View child, int widthUsed, int heightUsed) { argument
8373 widthUsed += insets.left + insets.right;
8376 getPaddingLeft() + getPaddingRight() + widthUsed, lp.width,
8462 * pass 0 as the widthUsed or heightUsed parameters as they will be irrelevant.</p>
8465 * @param widthUsed Width in pixels currently consumed by other views, if relevant
8468 public void measureChildWithMargins(View child, int widthUsed, int heightUsed) { argument
8472 widthUsed += insets.left + insets.right;
8477 + lp.leftMargin + lp.rightMargin + widthUsed, l
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java8636 * pass 0 as the widthUsed or heightUsed parameters as they will be irrelevant.</p>
8639 * @param widthUsed Width in pixels currently consumed by other views, if relevant
8642 public void measureChild(View child, int widthUsed, int heightUsed) { argument
8646 widthUsed += insets.left + insets.right;
8649 getPaddingLeft() + getPaddingRight() + widthUsed, lp.width,
8735 * pass 0 as the widthUsed or heightUsed parameters as they will be irrelevant.</p>
8738 * @param widthUsed Width in pixels currently consumed by other views, if relevant
8741 public void measureChildWithMargins(View child, int widthUsed, int heightUsed) { argument
8745 widthUsed += insets.left + insets.right;
8750 + lp.leftMargin + lp.rightMargin + widthUsed, l
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java6562 * @param widthUsed Extra space that has been used up by the parent
6569 int parentWidthMeasureSpec, int widthUsed,
6575 + widthUsed, lp.width);
6568 measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument

Completed in 1515 milliseconds