Interpolator corresponding to linear_out_slow_in.
Uses a lookup table for the Bezier curve from (0,0) to (1,1) with control points:
P0 (0, 0)
P1 (0, 0)
P2 (0.2, 1.0)
P3 (1.0, 1.0)
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.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# LinearOutSlowInInterpolator\n\nadded in [version 22.1.0](/topic/libraries/support-library/revisions) \nbelongs to Maven artifact com.android.support:interpolator:28.0.0-alpha1 \nSummary: [Ctors](#pubctors) \\| [Methods](#pubmethods) \\| [Inherited Methods](#inhmethods) \\| [\\[Expand All\\]](#) \n\nLinearOutSlowInInterpolator\n===========================\n\n| This package is part of the Android [support library](/topic/libraries/support-library) which is no longer maintained. The support library has been superseded by [AndroidX](/jetpack/androidx) which is part of [Jetpack](/jetpack). We recommend using the AndroidX libraries in all new projects. You should also consider [migrating](/jetpack/androidx/migrate) existing projects to AndroidX. To find the AndroidX class that maps to this deprecated class, see the AndroidX support library [class\n| mappings](/jetpack/androidx/migrate/class-mappings).\n\n\n`\npublic\n\n\nclass\nLinearOutSlowInInterpolator\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\nimplements\n\n`[Interpolator](https://developer.android.com/reference/android/view/animation/Interpolator.html)`\n\n\n`\n\n|---|---------------------------------------------------------------|\n| java.lang.Object ||\n| ↳ | android.support.v4.view.animation.LinearOutSlowInInterpolator |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nInterpolator corresponding to [linear_out_slow_in](/reference/android/R.interpolator#linear_out_slow_in).\n\nUses a lookup table for the Bezier curve from (0,0) to (1,1) with control points:\nP0 (0, 0)\nP1 (0, 0)\nP2 (0.2, 1.0)\nP3 (1.0, 1.0)\n\nSummary\n-------\n\n| ### Public constructors ||\n|-----------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[LinearOutSlowInInterpolator](/reference/android/support/v4/view/animation/LinearOutSlowInInterpolator#LinearOutSlowInInterpolator())`() ` |\n\n| ### Public methods ||\n|----------|-----------------------------------------------------------------------------------------------------------------------------------------|\n| ` float` | ` `[getInterpolation](/reference/android/support/v4/view/animation/LinearOutSlowInInterpolator#getInterpolation(float))`(float input) ` |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From class ` java.lang.Object ` |-------------------|-------------------------------| | ` Object` | ` clone() ` | | ` boolean` | ` equals(Object arg0) ` | | ` void` | ` finalize() ` | | ` final Class\u003c?\u003e` | ` getClass() ` | | ` int` | ` hashCode() ` | | ` final void` | ` notify() ` | | ` final void` | ` notifyAll() ` | | ` String` | ` toString() ` | | ` final void` | ` wait(long arg0, int arg1) ` | | ` final void` | ` wait(long arg0) ` | | ` final void` | ` wait() ` | ||\n| From interface ` `[android.animation.TimeInterpolator](https://developer.android.com/reference/android/animation/TimeInterpolator.html)` ` |-------------------|----------------------------------| | ` abstract float` | ` getInterpolation(float arg0) ` | ||\n\nPublic constructors\n-------------------\n\n### LinearOutSlowInInterpolator\n\nadded in [version 22.1.0](/topic/libraries/support-library/revisions) \n\n```\nLinearOutSlowInInterpolator ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic methods\n--------------\n\n### getInterpolation\n\nadded in [version 22.1.0](/topic/libraries/support-library/revisions) \n\n```\nfloat getInterpolation (float input)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|---------|----------------|\n| `input` | `float` \u003cbr /\u003e |\n\n| Returns ||\n|---------|--------|\n| `float` | \u003cbr /\u003e |\n\n-\n\n Classes\n -------\n\n - [FastOutLinearInInterpolator](/reference/android/support/v4/view/animation/FastOutLinearInInterpolator)\n - [FastOutSlowInInterpolator](/reference/android/support/v4/view/animation/FastOutSlowInInterpolator)\n - [LinearOutSlowInInterpolator](/reference/android/support/v4/view/animation/LinearOutSlowInInterpolator)\n - [PathInterpolatorCompat](/reference/android/support/v4/view/animation/PathInterpolatorCompat)"]]