HomeSort by relevance Sort by last modified time
    Searched defs:initCubic (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PathInterpolatorBuilder.java 40 initCubic(controlX1, controlY1, controlX2, controlY2);
50 private void initCubic(float x1, float y1, float x2, float y2) {
  /frameworks/base/core/java/android/view/animation/
PathInterpolator.java 89 initCubic(controlX1, controlY1, controlX2, controlY2);
142 initCubic(x1, y1, x2, y2);
154 private void initCubic(float x1, float y1, float x2, float y2) {
  /frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
PathInterpolatorCompat.java 116 initCubic(x1, y1, x2, y2);
128 private void initCubic(float x1, float y1, float x2, float y2) {
  /prebuilts/sdk/current/support/graphics/drawable/
android-support-animatedvectordrawable.jar 

Completed in 158 milliseconds