/frameworks/support/leanback/src/main/java/androidx/leanback/widget/ |
H A D | BrowseRowsFrameLayout.java | 49 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 D | GridLayoutManager.java | 1291 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 D | ViewGroupProvider.java | 62 void measureChildWithMargins_impl(View child, int parentWidthMeasureSpec, int widthUsed, argument
|
H A D | ViewGroupHelper.java | 145 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 D | ViewGroupImpl.java | 130 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 D | CoordinatorLayout.java | 725 * @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 D | Toolbar.java | 1505 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 D | HorizontalScrollView.java | 1274 protected void measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, argument 1282 widthUsed;
|
H A D | ScrollView.java | 1295 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 D | Toolbar.java | 1505 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 D | NestedScrollView.java | 1492 protected void measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, argument 1498 + widthUsed, lp.width);
|
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | RecyclerView.java | 8361 * 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 D | RecyclerView.java | 8952 * 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 D | ViewGroup.java | 6731 * @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
|