Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/animation/
H A DInterpolators.java25 public static final LinearInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in Interpolators
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/animation/
H A DInterpolators.java25 public static final LinearInterpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in Interpolators
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/android_swipe_refresh/java/src/org/chromium/third_party/android/swiperefresh/
H A DMaterialProgressDrawable.java50 private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); field in MaterialProgressDrawable