public static final class

R.integer

extends Object
java.lang.Object
   ↳android.R.integer

Summary

Constants
intconfig_longAnimTimeThe duration (in milliseconds) of a long animation.
intconfig_mediumAnimTimeThe duration (in milliseconds) of a medium-length animation.
intconfig_shortAnimTimeThe duration (in milliseconds) of a short animation.
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 Constructors

public R.integer ()

Since: API Level 3