Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
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

Added in API level 3

The duration (in milliseconds) of a long animation.

Constant Value: 17694722 (0x010e0002)

public static final int config_mediumAnimTime

Added in API level 3

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

Constant Value: 17694721 (0x010e0001)

public static final int config_shortAnimTime

Added in API level 3

The duration (in milliseconds) of a short animation.

Constant Value: 17694720 (0x010e0000)

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

public R.integer ()

Added in API level 3