/aosp12/frameworks/base/core/java/android/view/animation/ |
H A D | LinearInterpolator.java | 29 public class LinearInterpolator extends BaseInterpolator implements NativeInterpolator { class 31 public LinearInterpolator() { in LinearInterpolator() method in LinearInterpolator 34 public LinearInterpolator(Context context, AttributeSet attrs) { in LinearInterpolator() method in LinearInterpolator
|
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
H A D | SoftLandingInterpolator.java | 21 import android.view.animation.LinearInterpolator; 29 private final LinearInterpolator fly; 38 fly = new LinearInterpolator(); in SoftLandingInterpolator()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/ |
H A D | PawAnswerHint.java | 33 import android.view.animation.LinearInterpolator; 151 new LinearInterpolator()); in createFadeInScaleAndAlpha() 159 new LinearInterpolator()); in createFadeInScaleAndAlpha() 179 new LinearInterpolator()); in createFadeOutScaleAndAlpha() 187 new LinearInterpolator()); in createFadeOutScaleAndAlpha()
|
H A D | DotAnswerHint.java | 31 import android.view.animation.LinearInterpolator; 170 new LinearInterpolator()); in createFadeInScaleAndAlpha() 178 new LinearInterpolator()); in createFadeInScaleAndAlpha() 224 new LinearInterpolator()); in createFadeOutScaleAndAlpha() 232 new LinearInterpolator()); in createFadeOutScaleAndAlpha()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/ |
H A D | ToastDefaultAnimation.kt | 21 import android.view.animation.LinearInterpolator 39 val linearInterp = LinearInterpolator() 77 val linearInterp = LinearInterpolator()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/ |
H A D | Interpolators.java | 20 import android.view.animation.LinearInterpolator; 28 public static final Interpolator LINEAR = new LinearInterpolator();
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LinearSmoothScroller.java | 26 import android.view.animation.LinearInterpolator; 83 protected final LinearInterpolator mLinearInterpolator = new LinearInterpolator();
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | RippleBackground.java | 25 import android.view.animation.LinearInterpolator; 32 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
|
H A D | RippleAnimationSession.java | 32 import android.view.animation.LinearInterpolator; 46 private static final TimeInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
|
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | Interpolators.java | 26 import android.view.animation.LinearInterpolator; 113 public static final Interpolator LINEAR = new LinearInterpolator();
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | MovingSurfaceViewActivity.java | 29 import android.view.animation.LinearInterpolator; 98 mAnimator.setInterpolator(new LinearInterpolator()); in onCreate()
|
H A D | StretchySurfaceViewActivity.java | 32 import android.view.animation.LinearInterpolator; 120 mAnimator.setInterpolator(new LinearInterpolator()); in onCreate()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | PendingInsetsControllerTest.java | 37 import android.view.animation.LinearInterpolator; 101 systemBars(), 0, new LinearInterpolator(), cancellationSignal, listener); in testControl() 113 new LinearInterpolator(), cancellationSignal, listener); in testControl_direct()
|
H A D | InsetsControllerTest.java | 69 import android.view.animation.LinearInterpolator; 204 new LinearInterpolator(), new CancellationSignal(), mockListener); in testControlsRevoked_duringAnim() 225 mController.controlWindowInsetsAnimation(0, 0 /* durationMs */, new LinearInterpolator(), in testFrameDoesntMatchDisplay() 505 new LinearInterpolator(), new CancellationSignal(), mockListener); in testAnimationEndState_controller() 533 new LinearInterpolator(), cancellationSignal, mockListener); in testCancellation_afterGainingControl() 556 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady() 581 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady_controlRevoked() 602 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady_timeout() 625 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady_cancel()
|
H A D | InsetsAnimationControlImplTest.java | 44 import android.view.animation.LinearInterpolator; 112 mMockController, 10 /* durationMs */, new LinearInterpolator(), in setup()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/animation/ |
H A D | NativeInterpolatorFactory_Delegate.java | 33 import android.view.animation.LinearInterpolator; 90 return sManager.addNewDelegate(new LinearInterpolator()); in createLinearInterpolator()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/ |
H A D | CaptureAnimationOverlay.java | 30 import android.view.animation.LinearInterpolator; 61 mFlashAnimInterpolator = new LinearInterpolator(); in CaptureAnimationOverlay()
|
/aosp12/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
H A D | ChatActivity.java | 41 import android.view.animation.LinearInterpolator; 99 1000, new LinearInterpolator(), null /* cancellationSignal */, in onCreate() 194 new LinearInterpolator(), null /* cancellationSignal */, in onCreate()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
H A D | Interpolators.java | 24 import android.view.animation.LinearInterpolator; 35 public static final Interpolator LINEAR = new LinearInterpolator();
|
/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | TaskFragmentAnimationSpec.java | 35 import android.view.animation.LinearInterpolator; 57 private final LinearInterpolator mLinearInterpolator; 67 mLinearInterpolator = new LinearInterpolator(); in TaskFragmentAnimationSpec()
|
/aosp12/packages/modules/Permission/PermissionController/src/android/support/wearable/view/ |
H A D | ProgressDrawable.java | 31 import android.view.animation.LinearInterpolator; 86 mAnimator.setInterpolator(new LinearInterpolator()); in ProgressDrawable()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
H A D | OneHandedBackgroundPanelOrganizer.java | 29 import android.view.animation.LinearInterpolator; 137 mAlphaAnimator.setInterpolator(new LinearInterpolator()); in createBackgroundSurface()
|
H A D | OneHandedTutorialHandler.java | 42 import android.view.animation.LinearInterpolator; 255 mAlphaAnimator.setInterpolator(new LinearInterpolator()); in setupAlphaTransition()
|
/aosp12/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | BurnInProtectionHelper.java | 32 import android.view.animation.LinearInterpolator; 125 mCenteringAnimator.setInterpolator(new LinearInterpolator()); in BurnInProtectionHelper()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsEnrollDrawable.java | 32 import android.view.animation.LinearInterpolator; 166 mTipHintColorAnimator.setInterpolator(new LinearInterpolator()); in UdfpsEnrollDrawable() 203 mEdgeHintColorAnimator.setInterpolator(new LinearInterpolator()); in UdfpsEnrollDrawable()
|