toggle menu
horologist
androidJvm
switch theme
search in API
compose-tools
/
com.google.android.horologist.compose.tools
/
Device
Device
data
class
Device
(
val
name
:
String
,
val
screenSizePx
:
Int
,
val
density
:
Float
,
val
fontScale
:
Float
=
1.0f
,
val
boldText
:
Boolean
=
false
,
val
round
:
Boolean
=
true
)
Members
Constructors
Device
Link copied to clipboard
constructor
(
name
:
String
,
screenSizePx
:
Int
,
density
:
Float
,
fontScale
:
Float
=
1.0f
,
boldText
:
Boolean
=
false
,
round
:
Boolean
=
true
)
Properties
bold
Text
Link copied to clipboard
val
boldText
:
Boolean
=
false
density
Link copied to clipboard
val
density
:
Float
font
Scale
Link copied to clipboard
val
fontScale
:
Float
=
1.0f
name
Link copied to clipboard
val
name
:
String
round
Link copied to clipboard
val
round
:
Boolean
=
true
screen
Size
Dp
Link copied to clipboard
val
screenSizeDp
:
Int
screen
Size
Px
Link copied to clipboard
val
screenSizePx
:
Int