Home
last modified time | relevance | path

Searched defs:maxWidth (Results 1 – 25 of 1268) sorted by relevance

12345678910>>...51

/aosp_15_r20/libcore/ojluni/src/test/java/time/test/java/time/format/
H A DTestFractionPrinterParser.java87 …private DateTimeFormatter getFormatter(TemporalField field, int minWidth, int maxWidth, boolean de… in getFormatter()
183 …public void test_print_nanos(int minWidth, int maxWidth, int value, String result) throws Exceptio… in test_print_nanos()
192 …public void test_print_nanos_noDecimalPoint(int minWidth, int maxWidth, int value, String result) … in test_print_nanos_noDecimalPoint()
225 …public void test_print_seconds(int minWidth, int maxWidth, int value, String result) throws Except… in test_print_seconds()
234 …public void test_print_seconds_noDecimalPoint(int minWidth, int maxWidth, int value, String result… in test_print_seconds_noDecimalPoint()
246 …public void test_reverseParse(int minWidth, int maxWidth, int value, String result) throws Excepti… in test_reverseParse()
255 …public void test_reverseParse_noDecimalPoint(int minWidth, int maxWidth, int value, String result)… in test_reverseParse_noDecimalPoint()
264 …public void test_reverseParse_followedByNonDigit(int minWidth, int maxWidth, int value, String res… in test_reverseParse_followedByNonDigit()
282 …public void test_reverseParse_preceededByNonDigit(int minWidth, int maxWidth, int value, String re… in test_reverseParse_preceededByNonDigit()
290 private int fixParsedValue(int maxWidth, int value) { in fixParsedValue()
[all …]
H A DTestReducedPrinter.java87 …private DateTimeFormatter getFormatter0(TemporalField field, int minWidth, int maxWidth, int baseV… in getFormatter0()
91 …private DateTimeFormatter getFormatterBaseDate(TemporalField field, int minWidth, int maxWidth, in… in getFormatterBaseDate()
179 …public void test_pivot(int minWidth, int maxWidth, int baseValue, int value, String result) throws… in test_pivot()
196 …public void test_pivot_baseDate(int minWidth, int maxWidth, int baseValue, int value, String resul… in test_pivot_baseDate()
H A DTestReducedParser.java103 …private DateTimeFormatter getFormatter0(TemporalField field, int minWidth, int maxWidth, int baseV… in getFormatter0()
107 …private DateTimeFormatter getFormatterBaseDate(TemporalField field, int minWidth, int maxWidth, in… in getFormatterBaseDate()
272 …public void test_parseStrict(TemporalField field, int minWidth, int maxWidth, int baseValue, Strin… in test_parseStrict()
287 …public void test_parseStrict_baseDate(TemporalField field, int minWidth, int maxWidth, int baseVal… in test_parseStrict_baseDate()
305 …public void test_parseLenient(TemporalField field, int minWidth, int maxWidth, int baseValue, Stri… in test_parseLenient()
320 …public void test_parseLenient_baseDate(TemporalField field, int minWidth, int maxWidth, int baseVa… in test_parseLenient_baseDate()
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/format/
H A DTestFractionPrinterParser.java148 …public void test_print_nanos(int minWidth, int maxWidth, int value, String result) throws Exceptio… in test_print_nanos()
159 …public void test_print_nanos_noDecimalPoint(int minWidth, int maxWidth, int value, String result) … in test_print_nanos_noDecimalPoint()
194 …public void test_print_seconds(int minWidth, int maxWidth, int value, String result) throws Except… in test_print_seconds()
205 …public void test_print_seconds_noDecimalPoint(int minWidth, int maxWidth, int value, String result… in test_print_seconds_noDecimalPoint()
219 …public void test_reverseParse(int minWidth, int maxWidth, int value, String result) throws Excepti… in test_reverseParse()
228 …public void test_reverseParse_noDecimalPoint(int minWidth, int maxWidth, int value, String result)… in test_reverseParse_noDecimalPoint()
237 …public void test_reverseParse_followedByNonDigit(int minWidth, int maxWidth, int value, String res… in test_reverseParse_followedByNonDigit()
255 …public void test_reverseParse_preceededByNonDigit(int minWidth, int maxWidth, int value, String re… in test_reverseParse_preceededByNonDigit()
263 private int fixParsedValue(int maxWidth, int value) { in fixParsedValue()
272 …public void test_reverseParse_seconds(int minWidth, int maxWidth, int value, String result) throws… in test_reverseParse_seconds()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/graphics/
DImageLoader.java79 com.android.systemui.graphics.ImageLoader.Source source, @android.annotation.Px() in loadBitmap()
104 com.android.systemui.graphics.ImageLoader.Source source, @android.annotation.Px() in loadBitmapSync()
128 android.graphics.ImageDecoder.Source source, @android.annotation.Px() in loadBitmapSync()
152 com.android.systemui.graphics.ImageLoader.Source source, @android.annotation.Px() in loadDrawable()
179 android.content.Context context, @android.annotation.Px() in loadDrawable()
205 com.android.systemui.graphics.ImageLoader.Source source, @android.annotation.Px() in loadDrawableSync()
229 android.graphics.ImageDecoder.Source source, @android.annotation.Px() in loadDrawableSync()
242 android.content.Context context, @android.annotation.Px() in loadDrawableSync()
316 …imumSize(android.graphics.ImageDecoder decoder, android.util.Size imgSize, @android.annotation.Px() in configureDecoderForMaximumSize()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/
H A DLocalImageResolver.java96 public static Drawable resolveImage(@Nullable Icon icon, Context context, int maxWidth, in resolveImage()
149 public static Drawable resolveImage(Uri uri, Context context, int maxWidth, int maxHeight) { in resolveImage()
161 public static Drawable resolveImage(@DrawableRes int resId, Context context, int maxWidth, in resolveImage()
168 private static Drawable resolveImage(Resources res, @DrawableRes int resId, int maxWidth, in resolveImage()
175 private static Drawable resolveBitmapImage(Icon icon, Context context, int maxWidth, in resolveBitmapImage()
213 private static Drawable resolveImage(ImageDecoder.Source source, int maxWidth, int maxHeight) { in resolveImage()
/aosp_15_r20/external/google-java-format/core/src/main/java/com/google/googlejavaformat/
H A DDoc.java171 public abstract State computeBreaks(CommentsHelper commentsHelper, int maxWidth, State state); in computeBreaks()
248 public State computeBreaks(CommentsHelper commentsHelper, int maxWidth, State state) { in computeBreaks()
275 private State computeBroken(CommentsHelper commentsHelper, int maxWidth, State state) { in computeBroken()
294 int maxWidth, in computeBreakAndSplit()
317 CommentsHelper commentsHelper, int maxWidth, List<Doc> docs, State state) { in computeSplit()
473 public State computeBreaks(CommentsHelper commentsHelper, int maxWidth, State state) { in computeBreaks()
530 public State computeBreaks(CommentsHelper commentsHelper, int maxWidth, State state) { in computeBreaks()
655 public State computeBreaks(CommentsHelper commentsHelper, int maxWidth, State state) { in computeBreaks()
743 public State computeBreaks(CommentsHelper commentsHelper, int maxWidth, State state) { in computeBreaks()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowPaint.java397 float maxWidth, in native_breakText()
410 float maxWidth, in nBreakText()
422 float maxWidth, in nBreakText()
428 private static int breakText(char[] text, float maxWidth, float[] measuredWidth) { in breakText()
441 float maxWidth, in native_breakText()
453 float maxWidth, in nBreakText()
464 float maxWidth, in nBreakText()
470 private static int breakText(String text, float maxWidth, float[] measuredWidth) { in breakText()
/aosp_15_r20/packages/apps/TV/src/com/android/tv/util/images/
DImageLoader.java143 Context context, final String uriString, final int maxWidth, final int maxHeight) { in prefetchBitmap()
188 int maxWidth, in loadBitmap()
201 int maxWidth, in doLoadBitmap()
322 Context context, ImageCache imageCache, String key, int maxHeight, int maxWidth) { in LoadBitmapTask()
389 int maxWidth, in LoadBitmapFromUriTask()
DBitmapUtils.java60 public static Bitmap scaleBitmap(Bitmap bm, int maxWidth, int maxHeight) { in scaleBitmap()
65 public static Bitmap getScaledMutableBitmap(Bitmap bm, int maxWidth, int maxHeight) { in getScaledMutableBitmap()
72 private static Rect calculateNewSize(Bitmap bm, int maxWidth, int maxHeight) { in calculateNewSize()
87 String id, Bitmap bm, int maxWidth, int maxHeight) { in createScaledBitmapInfo()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipPixel.java75 int minWidth, int minHeight, int maxWidth, int maxHeight) { in createResizableModified()
81 public static BipPixel createResizableFixed(int minWidth, int maxWidth, int maxHeight) { in createResizableFixed()
90 private BipPixel(int type, int minWidth, int minHeight, int maxWidth, int maxHeight) { in BipPixel()
110 int maxWidth = -1; in BipPixel() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DLegacySizeSpecSource.kt76 val maxWidth = Math.max(getDefaultSize(aspectRatio).width, in getMaxSize() constant
83 val maxWidth = (maxHeight * aspectRatio).toInt() in getMaxSize() constant
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipPixelTest.java34 int maxWidth, in testParse()
57 int minWidth, int minHeight, int maxWidth, int maxHeight, String pixelStr) { in testResizableModified()
67 private void testResizableFixed(int minWidth, int maxWidth, int maxHeight, String pixelStr) { in testResizableFixed()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsPopupMenu.kt44 private val maxWidth: Int = resources.getDimensionPixelSize(R.dimen.control_popup_max_width) constant
94 val maxWidth = maxWidth.coerceAtMost(paddedWidth) in updateWidth() constant
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/format/
H A DDateTimeFormatterBuilder.java441 TemporalField field, int minWidth, int maxWidth, SignStyle signStyle) { in appendValue()
502 int width, int maxWidth, int baseValue) { in appendValueReduced()
562 TemporalField field, int width, int maxWidth, ChronoLocalDate baseDate) { in appendValueReduced()
640 TemporalField field, int minWidth, int maxWidth, boolean decimalPoint) { in appendFraction()
2289 final int maxWidth; field in DateTimeFormatterBuilder.NumberPrinterParser
2301 NumberPrinterParser(TemporalField field, int minWidth, int maxWidth, SignStyle signStyle) { in NumberPrinterParser()
2320 …private NumberPrinterParser(TemporalField field, int minWidth, int maxWidth, SignStyle signStyle, … in NumberPrinterParser()
2559 …ReducedPrinterParser(TemporalField field, int width, int maxWidth, int baseValue, ChronoLocalDate … in ReducedPrinterParser()
2582 private ReducedPrinterParser(TemporalField field, int minWidth, int maxWidth, in ReducedPrinterParser()
2663 private final int maxWidth; field in DateTimeFormatterBuilder.FractionPrinterParser
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/17/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java510 TemporalField field, int minWidth, int maxWidth, SignStyle signStyle) { in appendValue()
571 int width, int maxWidth, int baseValue) { in appendValueReduced()
631 TemporalField field, int width, int maxWidth, ChronoLocalDate baseDate) { in appendValueReduced()
719 TemporalField field, int minWidth, int maxWidth, boolean decimalPoint) { in appendFraction()
2734 final int maxWidth; field in DateTimeFormatterBuilder.NumberPrinterParser
2746 NumberPrinterParser(TemporalField field, int minWidth, int maxWidth, SignStyle signStyle) { in NumberPrinterParser()
2765 …protected NumberPrinterParser(TemporalField field, int minWidth, int maxWidth, SignStyle signStyle… in NumberPrinterParser()
3015 ReducedPrinterParser(TemporalField field, int minWidth, int maxWidth, in ReducedPrinterParser()
3049 private ReducedPrinterParser(TemporalField field, int minWidth, int maxWidth, in ReducedPrinterParser()
3169 … FractionPrinterParser(TemporalField field, int minWidth, int maxWidth, boolean decimalPoint) { in FractionPrinterParser()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java510 TemporalField field, int minWidth, int maxWidth, SignStyle signStyle) { in appendValue()
571 int width, int maxWidth, int baseValue) { in appendValueReduced()
631 TemporalField field, int width, int maxWidth, ChronoLocalDate baseDate) { in appendValueReduced()
719 TemporalField field, int minWidth, int maxWidth, boolean decimalPoint) { in appendFraction()
2734 final int maxWidth; field in DateTimeFormatterBuilder.NumberPrinterParser
2746 NumberPrinterParser(TemporalField field, int minWidth, int maxWidth, SignStyle signStyle) { in NumberPrinterParser()
2765 …protected NumberPrinterParser(TemporalField field, int minWidth, int maxWidth, SignStyle signStyle… in NumberPrinterParser()
3015 ReducedPrinterParser(TemporalField field, int minWidth, int maxWidth, in ReducedPrinterParser()
3049 private ReducedPrinterParser(TemporalField field, int minWidth, int maxWidth, in ReducedPrinterParser()
3169 … FractionPrinterParser(TemporalField field, int minWidth, int maxWidth, boolean decimalPoint) { in FractionPrinterParser()
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/time/format/
H A DDateTimeFormatterBuilder.java510 TemporalField field, int minWidth, int maxWidth, SignStyle signStyle) { in appendValue()
571 int width, int maxWidth, int baseValue) { in appendValueReduced()
631 TemporalField field, int width, int maxWidth, ChronoLocalDate baseDate) { in appendValueReduced()
719 TemporalField field, int minWidth, int maxWidth, boolean decimalPoint) { in appendFraction()
2734 final int maxWidth; field in DateTimeFormatterBuilder.NumberPrinterParser
2746 NumberPrinterParser(TemporalField field, int minWidth, int maxWidth, SignStyle signStyle) { in NumberPrinterParser()
2765 …protected NumberPrinterParser(TemporalField field, int minWidth, int maxWidth, SignStyle signStyle… in NumberPrinterParser()
3015 ReducedPrinterParser(TemporalField field, int minWidth, int maxWidth, in ReducedPrinterParser()
3049 private ReducedPrinterParser(TemporalField field, int minWidth, int maxWidth, in ReducedPrinterParser()
3169 … FractionPrinterParser(TemporalField field, int minWidth, int maxWidth, boolean decimalPoint) { in FractionPrinterParser()
[all …]
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/managers/
H A DLayoutManager.java54 float maxWidth, in computeWrapSize()
85 float maxWidth, in computeSize()
129 float maxWidth, in measure()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/
H A DSsManifest.java67 public final int maxWidth; field in SsManifest.StreamElement
89 int maxWidth, in StreamElement()
122 int maxWidth, in StreamElement()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/
H A DSsManifest.java67 public final int maxWidth; field in SsManifest.StreamElement
89 int maxWidth, in StreamElement()
122 int maxWidth, in StreamElement()
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/modifiers/
H A DSize.kt99 private val maxWidth: Density.() -> Int = SizeUnspecified, constant in com.android.compose.modifiers.SizeModifier
106 val maxWidth = constant
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/
H A DFastDateParser.java442 final int maxWidth = strategyAndWidth.getMaxWidth(lt); in parse() local
529 int maxWidth); in parse()
559 final ParsePosition pos, final int maxWidth) { in parse()
699 final ParsePosition pos, final int maxWidth) { in parse()
809 final ParsePosition pos, final int maxWidth) { in parse()
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DDisplayAspectRatioFrameLayout.kt50 var maxWidth = 0 in <lambda>() variable
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/util/drawable/
DDrawableSize.java33 android.graphics.drawable.Drawable drawable, @androidx.annotation.Px() in downscaleToSize()
65 android.graphics.drawable.Drawable drawable, @androidx.annotation.Px() in downscaleToSize()

12345678910>>...51