to top
Android APIs
public static final class

R.anim

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

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

? Examples
R.anim()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int accelerate_decelerate_interpolator

Added in API level 1

Constant Value: 17432580 (0x010a0004)

public static final int accelerate_interpolator

Added in API level 1

Acceleration curve matching Flash's quadratic ease out function.

Constant Value: 17432581 (0x010a0005)

public static final int anticipate_interpolator

Added in API level 4

Constant Value: 17432583 (0x010a0007)

public static final int anticipate_overshoot_interpolator

Added in API level 4

Constant Value: 17432585 (0x010a0009)

public static final int bounce_interpolator

Added in API level 4

Constant Value: 17432586 (0x010a000a)

public static final int cycle_interpolator

Added in API level 8

Constant Value: 17432588 (0x010a000c)

public static final int decelerate_interpolator

Added in API level 1

Acceleration curve matching Flash's quadratic ease in function.

Constant Value: 17432582 (0x010a0006)

public static final int fade_in

Added in API level 1

Constant Value: 17432576 (0x010a0000)

public static final int fade_out

Added in API level 1

Constant Value: 17432577 (0x010a0001)

public static final int linear_interpolator

Added in API level 4

Constant Value: 17432587 (0x010a000b)

public static final int overshoot_interpolator

Added in API level 4

Constant Value: 17432584 (0x010a0008)

public static final int slide_in_left

Added in API level 1

Constant Value: 17432578 (0x010a0002)

public static final int slide_out_right

Added in API level 1

Constant Value: 17432579 (0x010a0003)

Public Constructors

public R.anim ()

Added in API level 1

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.