Glide
Glide
/
com.bumptech.glide.load.engine.prefill
/
PreFillType
/
Builder
Builder
open
class
Builder
Content copied to clipboard
Builder for
PreFillType
.
Constructors
Functions
Constructors
Builder
Link copied to clipboard
open
fun
Builder
(
size
:
Int
)
Content copied to clipboard
Constructor for a builder that uses the given size as the width and height of the Bitmaps to prefill.
Builder
Link copied to clipboard
open
fun
Builder
(
width
:
Int
,
height
:
Int
)
Content copied to clipboard
Constructor for a builder that uses the given dimensions as the dimensions of the Bitmaps to prefill.
Functions
set
Config
Link copied to clipboard
open
fun
setConfig
(
config
:
Config
)
:
PreFillType.Builder
Content copied to clipboard
Sets the android.graphics.Bitmap.
set
Weight
Link copied to clipboard
open
fun
setWeight
(
weight
:
Int
)
:
PreFillType.Builder
Content copied to clipboard
Sets the weight to use to balance how many Bitmaps of this type are prefilled relative to the other requested types.