Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DFlingAnimationUtils.java171 float startGradient = interpolate(LINEAR_OUT_SLOW_IN_START_GRADIENT, in getProperties() local
173 float durationSeconds = startGradient * diff / velAbs; in getProperties()
174 Interpolator slowInInterpolator = getInterpolator(startGradient, velocityFactor); in getProperties()
196 private Interpolator getInterpolator(float startGradient, float velocityFactor) { in getInterpolator() argument
201 if (startGradient != mCachedStartGradient in getInterpolator()
205 float y1 = speedup * startGradient; in getInterpolator()
214 mCachedStartGradient = startGradient; in getInterpolator()
268 float startGradient = y2 / LINEAR_OUT_FASTER_IN_X2; in getDismissingProperties() local
270 float durationSeconds = startGradient * diff / velAbs; in getDismissingProperties()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DIconView.java232 float startGradient = 0; in onDraw() local
234 startGradient = getWidth()/2; in onDraw()
236 canvas.drawRect(new RectF(startGradient, start, getWidth(), end), mPaint); in onDraw()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
H A DFlingAnimationUtils.java202 float startGradient = y2 / LINEAR_OUT_FASTER_IN_X2; in getDismissingProperties() local
204 float durationSeconds = startGradient * diff / velAbs; in getDismissingProperties()