Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DMaterialProgressDrawable.java57 private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in MaterialProgressDrawable
433 animation.setInterpolator(LINEAR_INTERPOLATOR); in setupAnimators()