Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLinearSmoothScroller.java83 protected final LinearInterpolator mLinearInterpolator = new LinearInterpolator(); field in LinearSmoothScroller
250 (int) (time * TARGET_SEEK_EXTRA_SCROLL_RATIO), mLinearInterpolator); in updateActionForInterimTarget() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingAnimationSpec.java56 private final LinearInterpolator mLinearInterpolator; field in ActivityEmbeddingAnimationSpec
64 mLinearInterpolator = new LinearInterpolator(); in ActivityEmbeddingAnimationSpec()
170 startAlpha.setInterpolator(mLinearInterpolator); in createChangeBoundsChangeAnimations()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationSpec.java58 private final LinearInterpolator mLinearInterpolator; field in TaskFragmentAnimationSpec
68 mLinearInterpolator = new LinearInterpolator(); in TaskFragmentAnimationSpec()
163 startAlpha.setInterpolator(mLinearInterpolator); in createChangeBoundsChangeAnimations()