Searched defs:totalWidth (Results 1 – 13 of 13) sorted by relevance
/aosp12/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 | 1550 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
H A D | DotIndicatorDecoration.java | 85 float totalWidth = in onDrawOver() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/widget/ |
H A D | SlidingTabLayout.java | 90 final int totalWidth = getMeasuredWidth(); in onLayout() local
|
H A D | MatchParentShrinkingLinearLayout.java | 1060 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout()
|
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
H A 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
|
/aosp12/packages/apps/ThemePicker/src/com/android/customization/widget/ |
H A D | OptionSelectorController.java | 301 int totalWidth = mContainer.getMeasuredWidth(); in initOptions() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusIconContainer.java | 162 int totalWidth = mPaddingLeft + mPaddingRight; in onMeasure() local
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | NotificationTopLineView.java | 114 int totalWidth = getPaddingStart(); in onMeasure() local
|
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A D | Keyboard.java | 643 int totalWidth = 0; in resize() local
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/ |
H A D | ContactListItemView.java | 510 final int totalWidth = effectiveWidth - mGapBetweenLabelAndData; in onMeasure() local
|