Searched defs:totalWidth (Results 1 – 14 of 14) sorted by relevance
| /frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/grid/ |
| D | Grids.kt | 163 var totalWidth = totalHorizontalSpacingBetweenChildren in Grid() variable
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/ |
| D | SplitBounds.java | 67 float totalWidth = rightBottomBounds.right - leftTopBounds.left; in SplitBounds() local
|
| /frameworks/base/core/java/android/widget/ |
| 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()
|
| D | TableRow.java | 192 int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
|
| D | TabWidget.java | 170 void measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
|
| D | LinearLayout.java | 1606 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
| D | DotIndicatorDecoration.java | 85 float totalWidth = in onDrawOver() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
| D | SquigglyProgress.kt | 139 val totalWidth = bounds.width().toFloat() in <lambda>() constant
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
| D | StatusIconContainer.java | 172 int totalWidth = mPaddingLeft + mPaddingRight; in onMeasure() local 212 private int getMeasuredWidth(int widthMode, int specWidth, int totalWidth) { in getMeasuredWidth()
|
| D | NotificationIconContainer.java | 243 int totalWidth = (int) (getActualPaddingStart() + getActualPaddingEnd()); in onMeasure() local
|
| /frameworks/opt/photoviewer/src/com/android/ex/photo/ |
| D | PhotoViewController.java | 988 final int totalWidth = mRootView.getMeasuredWidth(); in runEnterAnimation() local 1085 final int totalWidth = mRootView.getMeasuredWidth(); in runExitAnimation() local 1208 int totalWidth = mRootView.getMeasuredWidth(); in initTemporaryImage() local
|
| /frameworks/base/core/java/android/view/ |
| D | NotificationTopLineView.java | 116 int totalWidth = getPaddingStart(); in onMeasure() local
|
| /frameworks/base/core/java/android/inputmethodservice/ |
| D | Keyboard.java | 644 int totalWidth = 0; in resize() local
|
| /frameworks/base/core/java/android/text/ |
| D | TextLine.java | 1099 float totalWidth = 0; in handleText() local
|