Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/com/android/internal/widget/
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()
DDialogViewAnimator.java47 int maxHeight = 0; in onMeasure() local
DPreferenceImageView.java63 final int maxHeight = getMaxHeight(); in onMeasure() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/view/
DChipBackgroundContainer.kt37 val maxHeight = maxHeightFetcher?.invoke() in onMeasure() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DLegacySizeSpecSource.kt78 val maxHeight = (maxWidth / aspectRatio).toInt() in getMaxSize() constant
81 val maxHeight = Math.max(getDefaultSize(aspectRatio).height, in getMaxSize() constant
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DIllustrationPreferenceTest.java235 final int maxHeight = restrictedHeight - 200; in setMaxHeight_smallerThanRestrictedHeight_matchResult() local
249 final int maxHeight = restrictedHeight + 200; in setMaxHeight_largerThanRestrictedHeight_specificHeight() local
/frameworks/base/media/java/android/media/tv/
DTvStreamConfig.java144 public Builder maxHeight(int maxHeight) { in maxHeight() method in TvStreamConfig.Builder
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/modifiers/
DSize.kt100 private val maxHeight: Density.() -> Int = SizeUnspecified, constant in com.android.compose.modifiers.SizeModifier
112 val maxHeight = constant
/frameworks/base/core/java/com/android/internal/util/
DImageUtils.java139 int maxHeight) { in buildScaledBitmap()
151 int maxHeight, boolean allowUpscaling) { in buildScaledBitmap()
/frameworks/base/core/proto/android/service/
Dappwidget.proto38 optional int32 maxHeight = 9; field
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityViewFlipper.java127 int maxHeight = heightSize; in onMeasure() local
190 public int maxHeight; field in KeyguardSecurityViewFlipper.LayoutParams
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPseudoGridView.java88 int maxHeight = 0; in onMeasure() local
118 int maxHeight = 0; in onLayout() local
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DBottomSheetLayout.java79 final int maxHeight = screenHeight - pxOffset - outerMargin; in onMeasure() local
DCustomScrollView.java122 int maxHeight = (getResources().getConfiguration().orientation in calculateDimensions() local
/frameworks/base/core/java/com/android/internal/app/
DResolverViewPager.java61 int maxHeight = 0; in onMeasure() local
/frameworks/base/core/tests/coretests/src/android/service/controls/
DControlProviderServiceTest.java232 int maxHeight = context.getResources().getDimensionPixelSize( in testThumbnailRescaled_bigger() local
264 int maxHeight = context.getResources().getDimensionPixelSize( in testThumbnailRescaled_smaller() local
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/ripple/
DRippleAnimationConfig.kt19 val maxHeight: Float = 0f, constant in com.android.systemui.surfaceeffects.ripple.RippleAnimationConfig
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DStraightenFilter.java136 float maxHeight = (float) Math.max(Math.abs(p0.y), Math.abs(p1.y)); in updateParameters() local
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DFillContentLayout.java45 private int maxHeight; field in FillContentLayout
/frameworks/base/core/java/android/widget/
DDayPickerViewPager.java63 int maxHeight = 0; in onMeasure() local
DAbsoluteLayout.java63 int maxHeight = 0; in onMeasure() local
/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java369 int maxHeight) { in updateAppWidgetSize()
401 float maxHeight = 0; in updateAppWidgetSize() local
431 int maxHeight, boolean ignorePadding) { in updateAppWidgetSize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DBigPictureIconManager.kt78 private var maxHeight = getMaxHeight() in <lambda>() variable in com.android.systemui.statusbar.notification.row.BigPictureIconManager
/frameworks/base/services/core/jni/tvinput/
Djstruct.h48 jmethodID maxHeight; member
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipBoundsAlgorithm.java325 int maxHeight = displayLayout.height() in updateExpandedPipSize() local

123