Home
last modified time | relevance | path

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

12345678910>>...12

/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DPaintTest.java153 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/
DPhonePortraitNavLayoutter.kt50 val totalWidth = context.deviceProfile.widthPx in layoutButtons() constant
/aosp_15_r20/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.java174 void measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
H A DTableRow.java192 int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/grid/
H A DGrids.kt165 var totalWidth = totalHorizontalSpacingBetweenChildren in Grid() variable
/aosp_15_r20/hardware/google/gfxstream/host/
DVirtioGpuFormatUtils.h220 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 DSquigglyProgress.kt144 val totalWidth = bounds.width().toFloat() in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusIconContainer.java173 int totalWidth = mPaddingLeft + mPaddingRight; in onMeasure() local
213 private int getMeasuredWidth(int widthMode, int specWidth, int totalWidth) { in getMeasuredWidth()
H A DNotificationIconContainer.java247 int totalWidth = (int) (getActualPaddingStart() + getActualPaddingEnd()); in onMeasure() local
/aosp_15_r20/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java988 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 DShadowNativePaintTest.java446 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 DNotificationProgressDrawable.java141 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/
DPersonalWorkSlidingTabStrip.java99 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 DSplitBounds.java73 float totalWidth = rightBottomBounds.right - leftTopBounds.left; in SplitBounds() local
/aosp_15_r20/cts/tests/tests/text/src/android/text/method/cts/
H A DTouchTest.java196 float totalWidth = 0f; in getTextWidth() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DDotIndicatorDecoration.java87 float totalWidth = in onDrawOver() local
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/widget/
DSlidingTabLayout.java90 final int totalWidth = getMeasuredWidth(); in onLayout() local
DMatchParentShrinkingLinearLayout.java1061 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/
DSplitConfigurationOptions.java185 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 DGenerateApproximateWidths.java198 double totalWidth = 0.0d; in getMetrics() local
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DNotificationTopLineView.java116 int totalWidth = getPaddingStart(); in onMeasure() local
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/
H A DPlatformSlider.kt402 val totalWidth: Float = 0f, constant in com.android.compose.DrawingState
/aosp_15_r20/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java644 int totalWidth = 0; in resize() local
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DPortraitPagedViewHandler.java391 int totalWidth = (int) (1.0f * screenWidth / 2 * (screenHeight - 2 * placeholderInset) in getInitialSplitPlaceholderBounds() local

12345678910>>...12