Home
last modified time | relevance | path

Searched defs:maxHeight (Results 1 – 25 of 1030) sorted by relevance

12345678910>>...42

/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/graphics/
DImageLoader.java80 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 DLocalImageResolver.java97 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/
DImageLoader.java143 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()
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()
111 int maxHeight = -1; in BipPixel() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DLegacySizeSpecSource.kt78 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/
DBipPixelTest.java35 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 DLayoutManager.java55 float maxHeight, in computeWrapSize()
87 float maxHeight, in computeSize()
131 float maxHeight, in measure()
H A DStateLayout.java140 float maxHeight, in computeSize()
161 float maxHeight, in computeWrapSize()
225 float maxHeight, in measure()
H A DBoxLayout.java110 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 DSsManifest.java68 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 DSsManifest.java68 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 DSize.kt100 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 DChipBackgroundContainer.kt37 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/
DSizeInfo.java31 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/
DDrawableSize.java34 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 DTvStreamConfig.java144 public Builder maxHeight(int maxHeight) { in maxHeight() argument
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DIllustrationPreferenceTest.java235 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 DImageUtils.java139 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 Dmedia_sfc_render.cpp410 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 DImageRequest.java78 int maxHeight, in ImageRequest()
104 int maxHeight, in ImageRequest()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPseudoGridView.java88 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 DKeyguardSecurityViewFlipper.java127 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/
DCameraManager.java932 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 DResourceManagerMultiTest.java192 int maxHeight = videoCap.getSupportedHeightsFor(maxWidth).getUpper(); in getAllVideoCodecParameters() local
213 argsList.add(getArgs(info.getName(), mimeType, maxWidth, maxHeight)); in getAllVideoCodecParameters() local

12345678910>>...42