integer
class integer
| kotlin.Any | |
| ↳ | android.R.integer |
Summary
| Constants | |
|---|---|
| static Int |
The duration (in milliseconds) of a long animation. |
| static Int |
The duration (in milliseconds) of a medium-length animation. |
| static Int |
The duration (in milliseconds) of a short animation. |
| static Int |
Maximum numerical value that will be shown in a status bar notification icon or in the notification itself. |
| Public constructors | |
|---|---|
integer() |
|
Constants
config_longAnimTime
static val config_longAnimTime: Int
The duration (in milliseconds) of a long animation.
Value: 17694722config_mediumAnimTime
static val config_mediumAnimTime: Int
The duration (in milliseconds) of a medium-length animation.
Value: 17694721config_shortAnimTime
static val config_shortAnimTime: Int
The duration (in milliseconds) of a short animation.
Value: 17694720status_bar_notification_info_maxnum
static val status_bar_notification_info_maxnum: Int
Maximum numerical value that will be shown in a status bar notification icon or in the notification itself. Will be replaced with @string/status_bar_notification_info_overflow when shown in the UI.
Value: 17694723Public constructors
integer
integer()