Home
last modified time | relevance | path

Searched refs:widthUsed (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DAddItemWidgetsBottomSheet.java108 int widthUsed; in onMeasure() local
110 widthUsed = mInsets.left + mInsets.right; in onMeasure()
113 widthUsed = Math.max(padding.left + padding.right, in onMeasure()
123 widthUsed = Math.max(widthUsed, minUsedWidth); in onMeasure()
128 widthUsed, heightMeasureSpec, heightUsed); in onMeasure()
H A DBaseWidgetSheet.java148 int widthUsed; in doMeasure() local
150 widthUsed = mInsets.left + mInsets.right; in doMeasure()
153 widthUsed = Math.max(padding.left + padding.right, in doMeasure()
163 widthUsed = Math.max(widthUsed, minUsedWidth); in doMeasure()
168 widthUsed, heightMeasureSpec, heightUsed); in doMeasure()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DWidgetsEduView.java101 int widthUsed; in onMeasure() local
105 widthUsed = mInsets.left + mInsets.right; in onMeasure()
110 widthUsed = Math.max(padding.left + padding.right, in onMeasure()
116 widthUsed, heightMeasureSpec, heightUsed); in onMeasure()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSContainerImpl.java128 protected void measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, in measureChildWithMargins() argument
134 super.measureChildWithMargins(child, parentWidthMeasureSpec, widthUsed, in measureChildWithMargins()
/aosp12/frameworks/base/core/java/android/widget/
H A DToolbar.java1627 private void measureChildConstrained(View child, int parentWidthSpec, int widthUsed, in measureChildConstrained() argument
1633 + widthUsed, lp.width); in measureChildConstrained()
1652 int parentWidthMeasureSpec, int widthUsed, in measureChildCollapseMargins() argument
1665 mPaddingLeft + mPaddingRight + hMargins + widthUsed, lp.width); in measureChildCollapseMargins()
H A DHorizontalScrollView.java1396 protected void measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, in measureChildWithMargins() argument
1404 widthUsed; in measureChildWithMargins()
H A DScrollView.java1428 protected void measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, in measureChildWithMargins() argument
1434 + widthUsed, lp.width); in measureChildWithMargins()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java8490 public void measureChild(View child, int widthUsed, int heightUsed) { in measureChild() argument
8494 widthUsed += insets.left + insets.right; in measureChild()
8497 getPaddingLeft() + getPaddingRight() + widthUsed, lp.width, in measureChild()
8589 public void measureChildWithMargins(View child, int widthUsed, int heightUsed) { in measureChildWithMargins() argument
8593 widthUsed += insets.left + insets.right; in measureChildWithMargins()
8598 + lp.leftMargin + lp.rightMargin + widthUsed, lp.width, in measureChildWithMargins()
/aosp12/frameworks/base/core/java/android/view/
H A DViewGroup.java6969 int parentWidthMeasureSpec, int widthUsed, in measureChildWithMargins() argument
6975 + widthUsed, lp.width); in measureChildWithMargins()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...