/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/ |
H A D | PaintTest.java | 153 float totalWidth = 0.0f; in testBreakText() local 1292 float totalWidth = 0; in testMeasureText() local 1509 final float totalWidth = p.getRunAdvance(string, 0, string.length(), 0, in testGetRunAdvance() local 1645 final float totalWidth = p.getRunAdvance( in testGetRunAdvance_arabic() local
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/navbutton/ |
D | PhonePortraitNavLayoutter.kt | 50 val totalWidth = context.deviceProfile.widthPx in layoutButtons() constant
|
/aosp_15_r20/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 | 174 void measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
|
H A D | TableRow.java | 192 int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/grid/ |
H A D | Grids.kt | 165 var totalWidth = totalHorizontalSpacingBetweenChildren in Grid() variable
|
/aosp_15_r20/hardware/google/gfxstream/host/ |
D | VirtioGpuFormatUtils.h | 220 static inline size_t virgl_format_to_linear_base(uint32_t format, uint32_t totalWidth, in virgl_format_to_linear_base() 269 static inline size_t virgl_format_to_total_xfer_len(uint32_t format, uint32_t totalWidth, in virgl_format_to_total_xfer_len()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/drawable/ |
H A D | SquigglyProgress.kt | 144 val totalWidth = bounds.width().toFloat() in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusIconContainer.java | 173 int totalWidth = mPaddingLeft + mPaddingRight; in onMeasure() local 213 private int getMeasuredWidth(int widthMode, int specWidth, int totalWidth) { in getMeasuredWidth()
|
H A D | NotificationIconContainer.java | 247 int totalWidth = (int) (getActualPaddingStart() + getActualPaddingEnd()); in onMeasure() local
|
/aosp_15_r20/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
|
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/ |
H A D | ShadowNativePaintTest.java | 446 float totalWidth = 0.0f; in testBreakText() local 1385 float totalWidth = 0; in testMeasureText() local 1626 final float totalWidth = in testGetRunAdvance() local 1790 final float totalWidth = in testGetRunAdvance_arabic() local
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/ |
H A D | NotificationProgressDrawable.java | 141 final float totalWidth = (float) getBounds().width(); in draw() local 223 float segSegGap, float endX, float totalWidth, boolean hasTrackerIcon) { in getSegEndOffset()
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/workprofile/ |
D | PersonalWorkSlidingTabStrip.java | 99 public static int getTabWidth(Context context, int totalWidth) { in getTabWidth()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/split/ |
H A D | SplitBounds.java | 73 float totalWidth = rightBottomBounds.right - leftTopBounds.left; in SplitBounds() local
|
/aosp_15_r20/cts/tests/tests/text/src/android/text/method/cts/ |
H A D | TouchTest.java | 196 float totalWidth = 0f; in getTextWidth() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
H A D | DotIndicatorDecoration.java | 87 float totalWidth = in onDrawOver() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/widget/ |
D | SlidingTabLayout.java | 90 final int totalWidth = getMeasuredWidth(); in onLayout() local
|
D | MatchParentShrinkingLinearLayout.java | 1061 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout()
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | SplitConfigurationOptions.java | 185 float totalWidth = rightBottomBounds.right - leftTopBounds.left; in SplitBounds() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | GenerateApproximateWidths.java | 198 double totalWidth = 0.0d; in getMetrics() local
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | NotificationTopLineView.java | 116 int totalWidth = getPaddingStart(); in onMeasure() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/ |
H A D | PlatformSlider.kt | 402 val totalWidth: Float = 0f, constant in com.android.compose.DrawingState
|
/aosp_15_r20/frameworks/base/core/java/android/inputmethodservice/ |
H A D | Keyboard.java | 644 int totalWidth = 0; in resize() local
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/ |
D | PortraitPagedViewHandler.java | 391 int totalWidth = (int) (1.0f * screenWidth / 2 * (screenHeight - 2 * placeholderInset) in getInitialSplitPlaceholderBounds() local
|