Glide
Glide
/
com.bumptech.glide.util
/
Util
/
isValidDimensions
is
Valid
Dimensions
open
fun
isValidDimensions
(
width
:
Int
,
height
:
Int
)
:
Boolean
Content copied to clipboard
Returns
true
if
width
and
height
are both
> 0
and/or equal to
SIZE_ORIGINAL
.