[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

R.anim  |  Android Developers

public static final class R.anim
extends Object



Summary

Constants

int accelerate_decelerate_interpolator
int accelerate_interpolator

Acceleration curve matching Flash's quadratic ease out function.

int anticipate_interpolator
int anticipate_overshoot_interpolator
int bounce_interpolator
int cycle_interpolator
int decelerate_interpolator

Acceleration curve matching Flash's quadratic ease in function.

int fade_in
int fade_out
int linear_interpolator
int overshoot_interpolator
int slide_in_left
int slide_out_right

Public constructors

anim()

Inherited methods

From class java.lang.Object

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

accelerate_decelerate_interpolator

public static final int accelerate_decelerate_interpolator

Constant Value: 17432580 (0x010a0004)

accelerate_interpolator

public static final int accelerate_interpolator

Acceleration curve matching Flash's quadratic ease out function.

Constant Value: 17432581 (0x010a0005)

anticipate_interpolator

public static final int anticipate_interpolator

Constant Value: 17432583 (0x010a0007)

anticipate_overshoot_interpolator

public static final int anticipate_overshoot_interpolator

Constant Value: 17432585 (0x010a0009)

bounce_interpolator

public static final int bounce_interpolator

Constant Value: 17432586 (0x010a000a)

cycle_interpolator

public static final int cycle_interpolator

Constant Value: 17432588 (0x010a000c)

decelerate_interpolator

public static final int decelerate_interpolator

Acceleration curve matching Flash's quadratic ease in function.

Constant Value: 17432582 (0x010a0006)

fade_in

public static final int fade_in

Constant Value: 17432576 (0x010a0000)

fade_out

public static final int fade_out

Constant Value: 17432577 (0x010a0001)

linear_interpolator

public static final int linear_interpolator

Constant Value: 17432587 (0x010a000b)

overshoot_interpolator

public static final int overshoot_interpolator

Constant Value: 17432584 (0x010a0008)

slide_in_left

public static final int slide_in_left

Constant Value: 17432578 (0x010a0002)

slide_out_right

public static final int slide_out_right

Constant Value: 17432579 (0x010a0003)

Public constructors

anim

public anim ()