paris
/
com.airbnb.paris.styles
/
ProgrammaticStyle
/
Builder
Builder
data class
Builder
Content copied to clipboard
Functions
Functions
build
Link copied to clipboard
fun
build
():
ProgrammaticStyle
Content copied to clipboard
debugName
Link copied to clipboard
fun
debugName
(name:
String
):
ProgrammaticStyle.Builder
Content copied to clipboard
isEmpty
Link copied to clipboard
fun
isEmpty
():
Boolean
Content copied to clipboard
put
Link copied to clipboard
fun
put
(
@
AttrRes
()
attrRes:
Int
, value:
Any
?):
ProgrammaticStyle.Builder
Content copied to clipboard
putColor
Link copied to clipboard
fun
putColor
(
@
AttrRes
()
attrRes:
Int
,
@
ColorInt
()
color:
Int
):
ProgrammaticStyle.Builder
Content copied to clipboard
putDp
Link copied to clipboard
fun
putDp
(
@
AttrRes
()
attrRes:
Int
, dps:
Int
):
ProgrammaticStyle.Builder
Content copied to clipboard
putRes
Link copied to clipboard
fun
putRes
(
@
AttrRes
()
attrRes:
Int
,
@
AnyRes
()
valueRes:
Int
):
ProgrammaticStyle.Builder
Content copied to clipboard
putStyle
Link copied to clipboard
fun
putStyle
(
@
AttrRes
()
attrRes:
Int
, style:
Style
):
ProgrammaticStyle.Builder
Content copied to clipboard
fun
putStyle
(
@
AttrRes
()
attrRes:
Int
,
@
AnyRes
()
valueRes:
Int
):
ProgrammaticStyle.Builder
Content copied to clipboard