Home
last modified time | relevance | path

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

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DSoftLandingInterpolator.java30 private final LinearInterpolator fly; field in SoftLandingInterpolator
40 fly = new LinearInterpolator(); in SoftLandingInterpolator()
52 final float f = fly.getInterpolation(input / upperRange) * mO; in getInterpolation()