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

This constant was deprecated in API level Baklava. No longer used.

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
Deprecated in API level Baklava
public static final int status_bar_notification_info_maxnum

This constant was deprecated in API level Baklava.
No longer used.

Constant Value: 17694723 (0x010e0003)

Public constructors

integer

public integer ()