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_motionExpressiveDefaultEffectStiffness

int config_motionExpressiveDefaultSpatialStiffness

int config_motionExpressiveFastEffectStiffness

int config_motionExpressiveFastSpatialStiffness

int config_motionExpressiveSlowEffectStiffness

int config_motionExpressiveSlowSpatialStiffness

int config_motionStandardDefaultEffectStiffness

int config_motionStandardDefaultSpatialStiffness

int config_motionStandardFastEffectStiffness

int config_motionStandardFastSpatialStiffness

int config_motionStandardSlowEffectStiffness

int config_motionStandardSlowSpatialStiffness

int config_shortAnimTime

The duration (in milliseconds) of a short animation.

int status_bar_notification_info_maxnum

This constant was deprecated in API level 36. 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_motionExpressiveDefaultEffectStiffness

public static final int config_motionExpressiveDefaultEffectStiffness

Constant Value: 17694733 (0x010e000d)

config_motionExpressiveDefaultSpatialStiffness

public static final int config_motionExpressiveDefaultSpatialStiffness

Constant Value: 17694732 (0x010e000c)

config_motionExpressiveFastEffectStiffness

public static final int config_motionExpressiveFastEffectStiffness

Constant Value: 17694731 (0x010e000b)

config_motionExpressiveFastSpatialStiffness

public static final int config_motionExpressiveFastSpatialStiffness

Constant Value: 17694730 (0x010e000a)

config_motionExpressiveSlowEffectStiffness

public static final int config_motionExpressiveSlowEffectStiffness

Constant Value: 17694735 (0x010e000f)

config_motionExpressiveSlowSpatialStiffness

public static final int config_motionExpressiveSlowSpatialStiffness

Constant Value: 17694734 (0x010e000e)

config_motionStandardDefaultEffectStiffness

public static final int config_motionStandardDefaultEffectStiffness

Constant Value: 17694727 (0x010e0007)

config_motionStandardDefaultSpatialStiffness

public static final int config_motionStandardDefaultSpatialStiffness

Constant Value: 17694726 (0x010e0006)

config_motionStandardFastEffectStiffness

public static final int config_motionStandardFastEffectStiffness

Constant Value: 17694725 (0x010e0005)

config_motionStandardFastSpatialStiffness

public static final int config_motionStandardFastSpatialStiffness

Constant Value: 17694724 (0x010e0004)

config_motionStandardSlowEffectStiffness

public static final int config_motionStandardSlowEffectStiffness

Constant Value: 17694729 (0x010e0009)

config_motionStandardSlowSpatialStiffness

public static final int config_motionStandardSlowSpatialStiffness

Constant Value: 17694728 (0x010e0008)

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 36
public static final int status_bar_notification_info_maxnum

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

Constant Value: 17694723 (0x010e0003)

Public constructors

integer

public integer ()