Added in API level 3

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

Constants

config_longAnimTime

Added in API level 3
static val config_longAnimTime: Int

The duration (in milliseconds) of a long animation.

Value: 17694722

config_mediumAnimTime

Added in API level 3
static val config_mediumAnimTime: Int

The duration (in milliseconds) of a medium-length animation.

Value: 17694721

config_shortAnimTime

Added in API level 3
static val config_shortAnimTime: Int

The duration (in milliseconds) of a short animation.

Value: 17694720

status_bar_notification_info_maxnum

Added in API level 14
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: 17694723

Public constructors

integer

integer()