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

Object clone()

Creates and returns a copy of this object.

boolean equals(Object obj)

Indicates whether some other object is "equal to" this one.

void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

final Class<?> getClass()

Returns the runtime class of this Object.

int hashCode()

Returns a hash code value for the object.

final void notify()

Wakes up a single thread that is waiting on this object's monitor.

final void notifyAll()

Wakes up all threads that are waiting on this object's monitor.

String toString()

Returns a string representation of the object.

final void wait(long timeoutMillis, int nanos)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait(long timeoutMillis)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait()

Causes the current thread to wait until it is awakened, typically by being notified or interrupted.

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