Searched refs:mLinearInterpolator (Results 1 – 4 of 4) sorted by relevance
57 private final Interpolator mLinearInterpolator = new LinearInterpolator(); field in NotificationContentView221 .setInterpolator(mLinearInterpolator); in runSwitchAnimation()225 .setInterpolator(mLinearInterpolator) in runSwitchAnimation()
121 private final Interpolator mLinearInterpolator; field in ActivatableNotificationView151 mLinearInterpolator = new LinearInterpolator(); in ActivatableNotificationView()570 mAppearAnimator.setInterpolator(mLinearInterpolator); in startAppearAnimation()
78 protected final LinearInterpolator mLinearInterpolator = new LinearInterpolator(); field in LinearSmoothScroller247 , (int) (time * TARGET_SEEK_EXTRA_SCROLL_RATIO), mLinearInterpolator); in updateActionForInterimTarget() local
446 private Interpolator mLinearInterpolator = new LinearInterpolator(); field in PhoneStatusBar1969 .setInterpolator(mLinearInterpolator)