Home
last modified time | relevance | path

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

123

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLocalImageResolver.java97 int maxHeight) { in resolveImage()
145 public static Drawable resolveImage(Uri uri, Context context, int maxWidth, int maxHeight) { in resolveImage()
158 int maxHeight) { in resolveImage()
165 int maxHeight) { in resolveImage()
172 int maxHeight) { in resolveBitmapImage()
209 private static Drawable resolveImage(ImageDecoder.Source source, int maxWidth, int maxHeight) { in resolveImage()
H A DDialogViewAnimator.java47 int maxHeight = 0; in onMeasure() local
H A DPreferenceImageView.java63 final int maxHeight = getMaxHeight(); in onMeasure() local
H A DWatchListDecorLayout.java167 int maxHeight = 0; in onMeasure() local
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DIllustrationPreferenceTest.java175 final int maxHeight = restrictedHeight - 200; in setMaxHeight_smallerThanRestrictedHeight_matchResult() local
189 final int maxHeight = restrictedHeight + 200; in setMaxHeight_largerThanRestrictedHeight_specificHeight() local
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DImageUtils.java139 int maxHeight) { in buildScaledBitmap()
151 int maxHeight, boolean allowUpscaling) { in buildScaledBitmap()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallBackgroundContainer.kt37 val maxHeight = maxHeightFetcher?.invoke() regex
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvStreamConfig.java142 public Builder maxHeight(int maxHeight) { in maxHeight() method in TvStreamConfig.Builder
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DLegacySizeSpecSource.kt78 val maxHeight = (maxWidth / aspectRatio).toInt() regex
81 val maxHeight = Math.max(getDefaultSize(aspectRatio).height, regex
/aosp14/frameworks/base/core/proto/android/service/
H A Dappwidget.proto38 optional int32 maxHeight = 9; field
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipper.java117 int maxHeight = heightSize; in onMeasure() local
180 public int maxHeight; field in KeyguardSecurityViewFlipper.LayoutParams
/aosp14/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
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DBottomSheetLayout.java79 final int maxHeight = screenHeight - pxOffset - outerMargin; in onMeasure() local
H A DCustomScrollView.java122 int maxHeight = (getResources().getConfiguration().orientation in calculateDimensions() local
/aosp14/frameworks/base/core/tests/coretests/src/android/service/controls/
H A DControlProviderServiceTest.java229 int maxHeight = context.getResources().getDimensionPixelSize( in testThumbnailRescaled_bigger() local
261 int maxHeight = context.getResources().getDimensionPixelSize( in testThumbnailRescaled_smaller() local
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DResolverViewPager.java61 int maxHeight = 0; in onMeasure() local
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DStraightenFilter.java136 float maxHeight = (float) Math.max(Math.abs(p0.y), Math.abs(p1.y)); in updateParameters() local
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/modifiers/
H A DSize.kt112 val maxHeight = regex
/aosp14/frameworks/base/core/java/android/widget/
H A DDayPickerViewPager.java63 int maxHeight = 0; in onMeasure() local
H A DAbsoluteLayout.java63 int maxHeight = 0; in onMeasure() local
/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java353 int maxHeight) { in updateAppWidgetSize()
385 float maxHeight = 0; in updateAppWidgetSize() local
415 int maxHeight, boolean ignorePadding) { in updateAppWidgetSize()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipBoundsAlgorithm.java295 int maxHeight = displayLayout.height() in updateExpandedPipSize() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLaunchParamsUtil.java99 final int maxHeight = (orientation == SCREEN_ORIENTATION_LANDSCAPE) ? portraitWidth in getDefaultFreeformSize() local
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DIconTest.java393 final int maxHeight = getMaxHeight(bmpWidth, bmpHeight, maxNumPixels); in testScaleDownMaxSizeWithBitmap() local
410 final int maxHeight = getMaxHeight(bmpWidth, bmpHeight, maxNumPixels); in testScaleDownMaxSizeWithAdaptiveBitmap() local
/aosp14/frameworks/base/services/core/jni/tvinput/
H A Djstruct.h48 jmethodID maxHeight; member

123