Home
last modified time | relevance | path

Searched defs:totalWidth (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
H A DSplitBounds.java67 float totalWidth = rightBottomBounds.right - leftTopBounds.left; in SplitBounds() local
/aosp14/frameworks/base/core/java/android/widget/
H A DTableLayout.java454 int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
560 int totalWidth = 0; in shrinkAndStretchColumns() local
579 boolean allColumns, int size, int totalWidth) { in mutateColumnsWidth()
H A DTabWidget.java170 void measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
H A DTableRow.java192 int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
H A DLinearLayout.java1606 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout()
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/grid/
H A DGrids.kt163 var totalWidth = totalHorizontalSpacingBetweenChildren regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DDotIndicatorDecoration.java85 float totalWidth = in onDrawOver() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusIconContainer.java172 int totalWidth = mPaddingLeft + mPaddingRight; in onMeasure() local
212 private int getMeasuredWidth(int widthMode, int specWidth, int totalWidth) { in getMeasuredWidth()
H A DNotificationIconContainer.java243 int totalWidth = (int) (getActualPaddingStart() + getActualPaddingEnd()); in onMeasure() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DSquigglyProgress.kt139 val totalWidth = bounds.width().toFloat() regex
/aosp14/frameworks/base/core/java/android/view/
H A DNotificationTopLineView.java116 int totalWidth = getPaddingStart(); in onMeasure() local
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java644 int totalWidth = 0; in resize() local
/aosp14/frameworks/base/core/java/android/text/
H A DTextLine.java1099 float totalWidth = 0; in handleText() local