AspectRatioFrameLayout.ResizeMode
Artifact: androidx.media3:media3-ui
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
annotation AspectRatioFrameLayout.ResizeMode
Resize modes for AspectRatioFrameLayout
. One of RESIZE_MODE_FIT
, RESIZE_MODE_FIXED_WIDTH
, RESIZE_MODE_FIXED_HEIGHT
, RESIZE_MODE_FILL
or RESIZE_MODE_ZOOM
.