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

? Examples
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

Added in 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 ()

Added in API level 3

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.