horologist
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
horologist
roboscreenshots
/
com.google.android.horologist.screenshots.rng
/
WearDevice
Wear
Device
data
class
WearDevice
(
val
id
:
String
,
val
modelName
:
String
,
val
screenSizePx
:
Int
,
val
density
:
Float
,
val
fontScale
:
Float
=
1.0f
,
val
isRound
:
Boolean
=
true
)
Members
Constructors
Wear
Device
Link copied to clipboard
constructor
(
id
:
String
,
modelName
:
String
,
screenSizePx
:
Int
,
density
:
Float
,
fontScale
:
Float
=
1.0f
,
isRound
:
Boolean
=
true
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
density
Link copied to clipboard
val
density
:
Float
dp
Link copied to clipboard
val
dp
:
Int
font
Scale
Link copied to clipboard
val
fontScale
:
Float
=
1.0f
id
Link copied to clipboard
val
id
:
String
is
Round
Link copied to clipboard
val
isRound
:
Boolean
=
true
model
Name
Link copied to clipboard
val
modelName
:
String
screen
Size
Px
Link copied to clipboard
val
screenSizePx
:
Int