Searched refs:mLinearInterpolator (Results 1 – 3 of 3) sorted by relevance
52 private final LinearInterpolator mLinearInterpolator; field in ActivityEmbeddingAnimationSpec60 mLinearInterpolator = new LinearInterpolator(); in ActivityEmbeddingAnimationSpec()166 startAlpha.setInterpolator(mLinearInterpolator); in createChangeBoundsChangeAnimations()
58 private final LinearInterpolator mLinearInterpolator; field in TaskFragmentAnimationSpec68 mLinearInterpolator = new LinearInterpolator(); in TaskFragmentAnimationSpec()163 startAlpha.setInterpolator(mLinearInterpolator); in createChangeBoundsChangeAnimations()
83 protected final LinearInterpolator mLinearInterpolator = new LinearInterpolator(); field in LinearSmoothScroller250 (int) (time * TARGET_SEEK_EXTRA_SCROLL_RATIO), mLinearInterpolator); in updateActionForInterimTarget()