Home
last modified time | relevance | path

Searched defs:usedWidth (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DNotificationActionListLayout.java133 int usedWidth = 0; in measureAndGetUsedWidth() local
211 int usedWidth = measureAndGetUsedWidth(widthMeasureSpec, heightMeasureSpec, innerWidth, in onMeasure() local
H A DGridLayoutManager.java296 final int usedWidth = childrenBounds.width() + horizontalPadding; in setMeasuredDimension() local
H A DRecyclerView.java7097 int usedWidth = childrenBounds.width() + getPaddingLeft() + getPaddingRight(); in setMeasuredDimension() local
/aosp14/frameworks/base/core/java/android/widget/
H A DLinearLayout.java1239 final int usedWidth = totalWeight == 0 ? mTotalLength : 0; in measureHorizontal() local