R.integer

public static final class R.integer
extends Object

java.lang.Object
   ↳ android.R.integer


Summary

Constants

int config_longAnimTime

The duration (in milliseconds) of a long animation.

int config_mediumAnimTime

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

int config_shortAnimTime

The duration (in milliseconds) of a short animation.

int status_bar_notification_info_maxnum

Maximum numerical value that will be shown in a status bar notification icon or in the notification itself.

Public constructors

integer()

Inherited methods

Constants

config_longAnimTime

Added in API level 3
public static final int config_longAnimTime

The duration (in milliseconds) of a long animation.

Constant Value: 17694722 (0x010e0002)

config_mediumAnimTime

Added in API level 3
public static final int config_mediumAnimTime

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

Constant Value: 17694721 (0x010e0001)

config_shortAnimTime

Added in API level 3
public static final int config_shortAnimTime

The duration (in milliseconds) of a short animation.

Constant Value: 17694720 (0x010e0000)

status_bar_notification_info_maxnum

Added in API level 14
public static final int status_bar_notification_info_maxnum

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.

Constant Value: 17694723 (0x010e0003)

Public constructors

integer

public integer ()