Size
Artifact: androidx.media3:media3-common
@UnstableApi
class Size
Immutable class for describing width and height dimensions in pixels.
Summary
Public functions |
|
|---|---|
Boolean |
|
java-static Size! |
@UnstableApi |
Int |
hashCode() |
Bundle! |
|
String! |
toString() |
Constants
Public constructors
Size
Size(width: Int, height: Int)
Creates a new immutable Size instance.
| Parameters | |
|---|---|
width: Int |
The width of the size, in pixels, or |
height: Int |
The height of the size, in pixels, or |
| Throws | |
|---|---|
java.lang.IllegalArgumentException |
if an invalid |