/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/ |
D | Ease.java | 28 public float getInterpolation(float input) { 36 public float getInterpolation(float input) { 41 public float getInterpolation(float input) { 46 public float getInterpolation(float input) { 56 public float getInterpolation (float input) { 61 public float getInterpolation(float input) { 66 public float getInterpolation(float input) { 76 public float getInterpolation(float input) { 81 public float getInterpolation(float input) { 86 public float getInterpolation(float input) { [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | CaptureAnimation.java | 39 return sSlideInterpolator.getInterpolation(fraction); in calculateSlide() 48 sZoomOutInterpolator.getInterpolation(fraction * 2); in calculateScale() 52 sZoomInInterpolator.getInterpolation((fraction - 0.5f) * 2f); in calculateScale()
|
D | Paper.java | 158 ? t : mInterpolator.getInterpolation(t); in update()
|
D | EdgeEffect.java | 350 final float interp = mInterpolator.getInterpolation(t); in update()
|
D | PhotoView.java | 1733 return scrollProgress < 0 ? mAlphaInterpolator.getInterpolation( in getScrollAlpha() 1740 float interpolatedProgress = mScaleInterpolator.getInterpolation( in getScrollScale() 1759 public float getInterpolation(float input) { in getInterpolation() method in PhotoView.MyGestureListener.ZInterpolator
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | SoftLandingInterpolator.java | 51 public float getInterpolation(float input) { in getInterpolation() method in SoftLandingInterpolator 52 final float f = fly.getInterpolation(input / upperRange) * mO; in getInterpolation() 53 final float s = slide.getInterpolation((input - bottom) / upperRange) * (1f - mO) + mO; in getInterpolation()
|
/packages/apps/Camera/src/com/android/camera/ |
D | CaptureAnimManager.java | 130 x = x + mDelta * mSlideInterpolator.getInterpolation(fraction); in drawAnimation() 132 y = y + mDelta * mSlideInterpolator.getInterpolation(fraction); in drawAnimation()
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
D | TextHighlightingAnimation.java | 253 float interpolatedTime = DECELERATE_INTERPOLATOR.getInterpolation(virtualTime); in run() 256 float interpolatedTime = ACCELERATE_INTERPOLATOR.getInterpolation(virtualTime); in run()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | DeleteDropTarget.java | 279 public float getInterpolation(float t) { in createFlingToTrashAnimatorListener() 288 float tp = scaleAlphaInterpolator.getInterpolation(t); in createFlingToTrashAnimatorListener() 353 dragView.setAlpha(1f - mAlphaInterpolator.getInterpolation(t)); 402 public float getInterpolation(float t) {
|
D | SmoothPagedView.java | 54 public float getInterpolation(float t) { in getInterpolation() method in SmoothPagedView.OvershootInterpolator
|
D | DragLayer.java | 555 duration *= mCubicEaseOutInterpolator.getInterpolation(dist / maxDist); in animateView() 577 alphaInterpolator.getInterpolation(percent); in animateView() 579 motionInterpolator.getInterpolation(percent); in animateView()
|
D | Workspace.java | 1463 public float getInterpolation(float input) { 1477 public float getInterpolation(float input) { 1478 return 1 - zInterpolator.getInterpolation(1 - input); 1489 public float getInterpolation(float input) { 1490 return decelerate.getInterpolation(zInterpolator.getInterpolation(input)); 1501 public float getInterpolation(float input) { 1502 return decelerate.getInterpolation(inverseZInterpolator.getInterpolation(input));
|
D | AppsCustomizePagedView.java | 1622 mZInterpolator.getInterpolation(Math.abs(Math.min(scrollProgress, 0))); in screenScrolled() 1630 alpha = scrollProgress < 0 ? mAlphaInterpolator.getInterpolation( in screenScrolled() 1634 alpha = mLeftScreenAlphaInterpolator.getInterpolation(1 - scrollProgress); in screenScrolled()
|
D | PagedView.java | 1451 public float getInterpolation(float t) { in getInterpolation() method in PagedView.ScrollInterpolator
|
/packages/apps/Gallery2/src/com/android/gallery3d/anim/ |
D | Animation.java | 86 onCalculate(i != null ? i.getInterpolation(x) : x); in calculate()
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/anim/ |
D | AnimationTest.java | 53 public float getInterpolation(float input) { in getInterpolation() method in AnimationTest.MyInterpolator
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | Scroller.java | 264 x = mInterpolator.getInterpolation(x); in computeScrollOffset()
|
D | OverScroller.java | 312 q = mInterpolator.getInterpolation(q); in computeScrollOffset()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | Utils.java | 223 public float getInterpolation(float x) { in ScreensaverMoveSaverRunnable()
|
/packages/apps/Browser/src/com/android/browser/ |
D | NavTabScroller.java | 479 return start + dist * inter.getInterpolation(value / duration); in ease()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | DayView.java | 4973 public float getInterpolation(float t) { in getInterpolation() method in DayView.ScrollInterpolator
|