Stay organized with collections
Save and categorize content based on your preferences.
R.anim
public
static
final
class
R.anim
extends Object
Summary
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
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# R.anim\n\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \nSummary: [Constants](#constants) \\| [Ctors](#pubctors) \\| [Inherited Methods](#inhmethods) \n\nR.anim\n======\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/android/R.anim \"View this page in Kotlin\") \\|Java\n\n\n`\npublic\nstatic\nfinal\n\nclass\nR.anim\n`\n\n\n`\n\nextends `[Object](/reference/java/lang/Object)`\n\n\n`\n\n`\n\n\n`\n\n|---|----------------|\n| [java.lang.Object](/reference/java/lang/Object) ||\n| ↳ | android.R.anim |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nSummary\n-------\n\n| ### Constants ||\n|-------|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| `int` | [accelerate_decelerate_interpolator](/reference/android/R.anim#accelerate_decelerate_interpolator) |\n| `int` | [accelerate_interpolator](/reference/android/R.anim#accelerate_interpolator) Acceleration curve matching Flash's quadratic ease out function. |\n| `int` | [anticipate_interpolator](/reference/android/R.anim#anticipate_interpolator) |\n| `int` | [anticipate_overshoot_interpolator](/reference/android/R.anim#anticipate_overshoot_interpolator) |\n| `int` | [bounce_interpolator](/reference/android/R.anim#bounce_interpolator) |\n| `int` | [cycle_interpolator](/reference/android/R.anim#cycle_interpolator) |\n| `int` | [decelerate_interpolator](/reference/android/R.anim#decelerate_interpolator) Acceleration curve matching Flash's quadratic ease in function. |\n| `int` | [fade_in](/reference/android/R.anim#fade_in) |\n| `int` | [fade_out](/reference/android/R.anim#fade_out) |\n| `int` | [linear_interpolator](/reference/android/R.anim#linear_interpolator) |\n| `int` | [overshoot_interpolator](/reference/android/R.anim#overshoot_interpolator) |\n| `int` | [slide_in_left](/reference/android/R.anim#slide_in_left) |\n| `int` | [slide_out_right](/reference/android/R.anim#slide_out_right) |\n\n| ### Public constructors ||\n|--------------------------------------------------|---|\n| ` `[anim](/reference/android/R.anim#anim())`() ` |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From class ` `[java.lang.Object](/reference/java/lang/Object)` ` |---------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ` `[Object](/reference/java/lang/Object) | ` `[clone](/reference/java/lang/Object#clone())`() ` Creates and returns a copy of this object. | | ` boolean` | ` `[equals](/reference/java/lang/Object#equals(java.lang.Object))`(`[Object](/reference/java/lang/Object)` obj) ` Indicates whether some other object is \"equal to\" this one. | | ` void` | ` `[finalize](/reference/java/lang/Object#finalize())`() ` Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. | | ` final `[Class](/reference/java/lang/Class)`\u003c?\u003e` | ` `[getClass](/reference/java/lang/Object#getClass())`() ` Returns the runtime class of this `Object`. | | ` int` | ` `[hashCode](/reference/java/lang/Object#hashCode())`() ` Returns a hash code value for the object. | | ` final void` | ` `[notify](/reference/java/lang/Object#notify())`() ` Wakes up a single thread that is waiting on this object's monitor. | | ` final void` | ` `[notifyAll](/reference/java/lang/Object#notifyAll())`() ` Wakes up all threads that are waiting on this object's monitor. | | ` `[String](/reference/java/lang/String) | ` `[toString](/reference/java/lang/Object#toString())`() ` Returns a string representation of the object. | | ` final void` | ` `[wait](/reference/java/lang/Object#wait(long,%20int))`(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](/reference/java/lang/Object#wait(long))`(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](/reference/java/lang/Object#wait())`() ` Causes the current thread to wait until it is awakened, typically by being *notified* or *interrupted*. | ||\n\nConstants\n---------\n\n### accelerate_decelerate_interpolator\n\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int accelerate_decelerate_interpolator\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n17432580\n(0x010a0004)\n\n\n### accelerate_interpolator\n\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int accelerate_interpolator\n```\n\nAcceleration curve matching Flash's quadratic ease out function.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n17432581\n(0x010a0005)\n\n\n### anticipate_interpolator\n\nAdded in [API level 4](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int anticipate_interpolator\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n17432583\n(0x010a0007)\n\n\n### anticipate_overshoot_interpolator\n\nAdded in [API level 4](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int anticipate_overshoot_interpolator\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n17432585\n(0x010a0009)\n\n\n### bounce_interpolator\n\nAdded in [API level 4](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int bounce_interpolator\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n17432586\n(0x010a000a)\n\n\n### cycle_interpolator\n\nAdded in [API level 8](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int cycle_interpolator\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n17432588\n(0x010a000c)\n\n\n### decelerate_interpolator\n\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int decelerate_interpolator\n```\n\nAcceleration curve matching Flash's quadratic ease in function.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n17432582\n(0x010a0006)\n\n\n### fade_in\n\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int fade_in\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n17432576\n(0x010a0000)\n\n\n### fade_out\n\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int fade_out\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n17432577\n(0x010a0001)\n\n\n### linear_interpolator\n\nAdded in [API level 4](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int linear_interpolator\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n17432587\n(0x010a000b)\n\n\n### overshoot_interpolator\n\nAdded in [API level 4](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int overshoot_interpolator\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n17432584\n(0x010a0008)\n\n\n### slide_in_left\n\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int slide_in_left\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n17432578\n(0x010a0002)\n\n\n### slide_out_right\n\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int slide_out_right\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n17432579\n(0x010a0003)\n\n\nPublic constructors\n-------------------\n\n### anim\n\n```\npublic anim ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e"]]