/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/graphics/ |
D | ImageLoader.java | 80 int maxWidth, @android.annotation.Px() in loadBitmap() 105 int maxWidth, @android.annotation.Px() in loadBitmapSync() 129 int maxWidth, @android.annotation.Px() in loadBitmapSync() 153 int maxWidth, @android.annotation.Px() in loadDrawable() 180 int maxWidth, @android.annotation.Px() in loadDrawable() 206 int maxWidth, @android.annotation.Px() in loadDrawableSync() 230 int maxWidth, @android.annotation.Px() in loadDrawableSync() 243 int maxWidth, @android.annotation.Px() in loadDrawableSync() 317 int maxWidth, @android.annotation.Px() in configureDecoderForMaximumSize()
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LocalImageResolver.java | 97 int maxHeight) { in resolveImage() 149 public static Drawable resolveImage(Uri uri, Context context, int maxWidth, int maxHeight) { in resolveImage() 162 int maxHeight) { in resolveImage() 169 int maxHeight) { in resolveImage() 176 int maxHeight) { in resolveBitmapImage() 213 private static Drawable resolveImage(ImageDecoder.Source source, int maxWidth, int maxHeight) { in resolveImage()
|
/aosp_15_r20/packages/apps/TV/src/com/android/tv/util/images/ |
D | ImageLoader.java | 143 Context context, final String uriString, final int maxWidth, final int maxHeight) { in prefetchBitmap() 189 int maxHeight, in loadBitmap() 202 int maxHeight, in doLoadBitmap() 322 Context context, ImageCache imageCache, String key, int maxHeight, int maxWidth) { in LoadBitmapTask() 390 int maxHeight) { in LoadBitmapFromUriTask()
|
D | BitmapUtils.java | 60 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/ |
D | BipPixel.java | 75 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() 111 int maxHeight = -1; in BipPixel() local
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
H A D | LegacySizeSpecSource.kt | 78 val maxHeight = (maxWidth / aspectRatio).toInt() in getMaxSize() constant 81 val maxHeight = Math.max(getDefaultSize(aspectRatio).height, in getMaxSize() constant
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipPixelTest.java | 35 int maxHeight, 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/core/java/com/android/internal/widget/remotecompose/core/operations/layout/managers/ |
H A D | LayoutManager.java | 55 float maxHeight, in computeWrapSize() 87 float maxHeight, in computeSize() 131 float maxHeight, in measure()
|
H A D | StateLayout.java | 140 float maxHeight, in computeSize() 161 float maxHeight, in computeWrapSize() 225 float maxHeight, in measure()
|
H A D | BoxLayout.java | 110 float maxHeight, in computeWrapSize() 133 float maxHeight, in computeSize()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/ |
H A D | SsManifest.java | 68 public final int maxHeight; field in SsManifest.StreamElement 90 int maxHeight, in StreamElement() 123 int maxHeight, in StreamElement()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/ |
H A D | SsManifest.java | 68 public final int maxHeight; field in SsManifest.StreamElement 90 int maxHeight, in StreamElement() 123 int maxHeight, in StreamElement()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/modifiers/ |
H A D | Size.kt | 100 private val maxHeight: Density.() -> Int = SizeUnspecified, constant in com.android.compose.modifiers.SizeModifier 112 val maxHeight = constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/view/ |
H A D | ChipBackgroundContainer.kt | 37 val maxHeight = maxHeightFetcher?.invoke() in onMeasure() constant
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/communal/ui/compose/ |
D | SizeInfo.java | 31 private final float maxHeight = 0.0F; field in SizeInfo 33 … long gridSize, androidx.compose.foundation.layout.PaddingValues contentPadding, float maxHeight) { in SizeInfo()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/util/drawable/ |
D | DrawableSize.java | 34 int maxWidth, @androidx.annotation.Px() in downscaleToSize() 66 int maxWidth, @androidx.annotation.Px() in downscaleToSize()
|
/aosp_15_r20/frameworks/base/media/java/android/media/tv/ |
H A D | TvStreamConfig.java | 144 public Builder maxHeight(int maxHeight) { in maxHeight() argument
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/ |
H A D | IllustrationPreferenceTest.java | 235 final int maxHeight = restrictedHeight - 200; in setMaxHeight_smallerThanRestrictedHeight_matchResult() local 249 final int maxHeight = restrictedHeight + 200; in setMaxHeight_largerThanRestrictedHeight_specificHeight() local
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | ImageUtils.java | 139 int maxHeight) { in buildScaledBitmap() 151 int maxHeight, boolean allowUpscaling) { in buildScaledBitmap()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/shared/media_sfc_interface/ |
H A D | media_sfc_render.cpp | 410 uint32_t minWidth = 0, minHeight = 0, maxWidth = 0, maxHeight = 0; in IsParameterSupported() local 490 …idth = 0, minInputHeight = 0, minOutputWidth = 0, minOutputHeight = 0, maxWidth = 0, maxHeight = 0; in IsParameterSupported() local
|
/aosp_15_r20/external/volley/core/src/main/java/com/android/volley/toolbox/ |
H A D | ImageRequest.java | 78 int maxHeight, in ImageRequest() 104 int maxHeight, in ImageRequest()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | PseudoGridView.java | 88 int maxHeight = 0; in onMeasure() local 118 int maxHeight = 0; in onLayout() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardSecurityViewFlipper.java | 127 int maxHeight = heightSize; in onMeasure() local 190 public int maxHeight; field in KeyguardSecurityViewFlipper.LayoutParams
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
D | CameraManager.java | 932 final int maxWidth, final int maxHeight) { in getScaleFactorForMaxAllowedSize() 987 final int maxHeight = mmsConfig.getMaxImageHeight(); in chooseBestPictureSize() local 1050 public SizeComparator(final int maxWidth, final int maxHeight, in SizeComparator()
|
/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
H A D | ResourceManagerMultiTest.java | 192 int maxHeight = videoCap.getSupportedHeightsFor(maxWidth).getUpper(); in getAllVideoCodecParameters() local 213 argsList.add(getArgs(info.getName(), mimeType, maxWidth, maxHeight)); in getAllVideoCodecParameters() local
|