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 D | SplitBounds.java | 67 float totalWidth = rightBottomBounds.right - leftTopBounds.left; in SplitBounds() local
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TableLayout.java | 454 int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout() 560 int totalWidth = 0; in shrinkAndStretchColumns() local 579 boolean allColumns, int size, int totalWidth) { in mutateColumnsWidth()
|
H A D | TabWidget.java | 170 void measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
|
H A D | TableRow.java | 192 int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
|
H A D | LinearLayout.java | 1606 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout()
|
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/grid/ |
H A D | Grids.kt | 163 var totalWidth = totalHorizontalSpacingBetweenChildren regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
H A D | DotIndicatorDecoration.java | 85 float totalWidth = in onDrawOver() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusIconContainer.java | 172 int totalWidth = mPaddingLeft + mPaddingRight; in onMeasure() local 212 private int getMeasuredWidth(int widthMode, int specWidth, int totalWidth) { in getMeasuredWidth()
|
H A D | NotificationIconContainer.java | 243 int totalWidth = (int) (getActualPaddingStart() + getActualPaddingEnd()); in onMeasure() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
H A D | SquigglyProgress.kt | 139 val totalWidth = bounds.width().toFloat() regex
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | NotificationTopLineView.java | 116 int totalWidth = getPaddingStart(); in onMeasure() local
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | Keyboard.java | 644 int totalWidth = 0; in resize() local
|
/aosp14/frameworks/base/core/java/android/text/ |
H A D | TextLine.java | 1099 float totalWidth = 0; in handleText() local
|