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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DBrowseRowsFrameLayout.java49 int parentWidthMeasureSpec, int widthUsed,
53 getPaddingLeft() + getPaddingRight() + widthUsed, lp.width);
48 measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
H A DGridLayoutManager.java1291 int widthUsed = p.leftMargin + p.rightMargin + sTempRect.left + sTempRect.right;
1295 getPaddingLeft() + getPaddingRight() + widthUsed, p.width);
1549 int widthUsed = lp.leftMargin + lp.rightMargin + sTempRect.left + sTempRect.right;
1560 MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED), widthUsed, lp.width);
1565 widthSpec = ViewGroup.getChildMeasureSpec(secondarySpec, widthUsed, lp.width);
/frameworks/base/media/java/android/media/update/
H A DViewGroupProvider.java62 void measureChildWithMargins_impl(View child, int parentWidthMeasureSpec, int widthUsed, argument
H A DViewGroupHelper.java145 protected void measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, argument
148 parentWidthMeasureSpec, widthUsed, parentHeightMeasureSpec, heightUsed);
250 int parentWidthMeasureSpec, int widthUsed,
253 parentWidthMeasureSpec, widthUsed, parentHeightMeasureSpec, heightUsed);
356 int parentWidthMeasureSpec, int widthUsed,
359 parentWidthMeasureSpec, widthUsed, parentHeightMeasureSpec, heightUsed);
249 measureChildWithMargins_impl(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
355 measureChildWithMargins_impl(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
/frameworks/av/packages/MediaComponents/src/com/android/widget/
H A DViewGroupImpl.java130 int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) {
132 parentWidthMeasureSpec, widthUsed, parentHeightMeasureSpec, heightUsed);
129 measureChildWithMargins_impl(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument
/frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
H A DCoordinatorLayout.java725 * @param widthUsed extra space that has been used up by the parent
731 public void onMeasureChild(View child, int parentWidthMeasureSpec, int widthUsed, argument
733 measureChildWithMargins(child, parentWidthMeasureSpec, widthUsed,
755 int widthUsed = getSuggestedMinimumWidth();
809 widthUsed = Math.max(widthUsed, widthPadding + child.getMeasuredWidth() +
817 final int width = View.resolveSizeAndState(widthUsed, widthMeasureSpec,
2252 * @param widthUsed extra space that has been used up by the parent
2261 int parentWidthMeasureSpec, int widthUsed,
2260 onMeasureChild(@onNull CoordinatorLayout parent, @NonNull 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/main/java/androidx/appcompat/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 getPaddingLeft() + getPaddingRight() + hMargins + widthUsed, lp.width);
1529 measureChildCollapseMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed, int[] collapsingMargins) argument
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java1492 protected void measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, argument
1498 + widthUsed, lp.width);
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java8361 * pass 0 as the widthUsed or heightUsed parameters as they will be irrelevant.</p>
8364 * @param widthUsed Width in pixels currently consumed by other views, if relevant
8367 public void measureChild(View child, int widthUsed, int heightUsed) { argument
8371 widthUsed += insets.left + insets.right;
8374 getPaddingLeft() + getPaddingRight() + widthUsed, lp.width,
8460 * pass 0 as the widthUsed or heightUsed parameters as they will be irrelevant.</p>
8463 * @param widthUsed Width in pixels currently consumed by other views, if relevant
8466 public void measureChildWithMargins(View child, int widthUsed, int heightUsed) { argument
8470 widthUsed += insets.left + insets.right;
8475 + lp.leftMargin + lp.rightMargin + widthUsed, l
[all...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java8952 * pass 0 as the widthUsed or heightUsed parameters as they will be irrelevant.</p>
8955 * @param widthUsed Width in pixels currently consumed by other views, if relevant
8958 public void measureChild(@NonNull View child, int widthUsed, int heightUsed) { argument
8962 widthUsed += insets.left + insets.right;
8965 getPaddingLeft() + getPaddingRight() + widthUsed, lp.width,
9051 * pass 0 as the widthUsed or heightUsed parameters as they will be irrelevant.</p>
9054 * @param widthUsed Width in pixels currently consumed by other views, if relevant
9057 public void measureChildWithMargins(@NonNull View child, int widthUsed, int heightUsed) { argument
9061 widthUsed += insets.left + insets.right;
9066 + lp.leftMargin + lp.rightMargin + widthUsed, l
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java6731 * @param widthUsed Extra space that has been used up by the parent
6738 int parentWidthMeasureSpec, int widthUsed,
6744 + widthUsed, lp.width);
6737 measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed) argument

Completed in 269 milliseconds