to top
Android APIs
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
R.integer()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int config_longAnimTime

Since: API Level 3

The duration (in milliseconds) of a long animation.

Constant Value: 17694722 (0x010e0002)

public static final int config_mediumAnimTime

Since: API Level 3

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

Constant Value: 17694721 (0x010e0001)

public static final int config_shortAnimTime

Since: API Level 3

The duration (in milliseconds) of a short animation.

Constant Value: 17694720 (0x010e0000)

public static final int status_bar_notification_info_maxnum

Since: API Level 14

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

public R.integer ()

Since: API Level 3