Home
last modified time | relevance | path

Searched refs:mLinearInterpolator (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationSpec.java57 private final LinearInterpolator mLinearInterpolator; field in TaskFragmentAnimationSpec
67 mLinearInterpolator = new LinearInterpolator(); in TaskFragmentAnimationSpec()
140 startAlpha.setInterpolator(mLinearInterpolator); in createChangeBoundsChangeAnimations()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DLinearSmoothScroller.java83 protected final LinearInterpolator mLinearInterpolator = new LinearInterpolator(); field in LinearSmoothScroller
250 (int) (time * TARGET_SEEK_EXTRA_SCROLL_RATIO), mLinearInterpolator); in updateActionForInterimTarget()