Searched refs:SCALE_FACTOR (Results 1 – 4 of 4) sorted by relevance
26 private final static float SCALE_FACTOR = 7.5625f; field in BounceInterpolator32 return SCALE_FACTOR * t * t; in getInterpolation()35 return SCALE_FACTOR * t2 * t2 + 3f / 4f; in getInterpolation()38 return SCALE_FACTOR * t2 * t2 + 15f / 16f; in getInterpolation()
46 private static final float SCALE_FACTOR = 100f; field in BackProgressAnimator123 mSpring.animateToFinalPosition(event.getProgress() * SCALE_FACTOR); in onBackProgressed()183 .setMaxValue(SCALE_FACTOR); in onBackInvoked()221 return mVelocity / SCALE_FACTOR; in getVelocity()231 progress / SCALE_FACTOR, mLastBackEvent.getSwipeEdge())); in updateProgressValue()
159 private static final float SCALE_FACTOR = .5f; field in ScaleGestureDetector577 final float spanDiff = (Math.abs(1 - (mCurrSpan / mPrevSpan)) * SCALE_FACTOR); in getScaleFactor()
61262 Landroid/view/ScaleGestureDetector;->SCALE_FACTOR:F