Searched refs:SCALE_FACTOR (Results 1 – 6 of 6) 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()
41 private static final float SCALE_FACTOR = 100f; field in BackProgressAnimator97 mSpring.animateToFinalPosition(event.getProgress() * SCALE_FACTOR); in onBackProgressed()163 progress / SCALE_FACTOR, mLastBackEvent.getSwipeEdge())); in updateProgressValue()
91 private static final int SCALE_FACTOR = 100; field in CrossActivityAnimation244 : mapLinear(progress, 0, 1f, 0, TARGET_COMMIT_PROGRESS)) * SCALE_FACTOR; in onGestureProgress()294 return mEnteringProgress * SCALE_FACTOR; in getEnteringProgress()298 mEnteringProgress = value / SCALE_FACTOR; in setEnteringProgress()314 return mLeavingProgress * SCALE_FACTOR; in getLeavingProgress()318 mLeavingProgress = value / SCALE_FACTOR; in setLeavingProgress()
74 private static final int SCALE_FACTOR = 1000; field in CustomizeActivityAnimation111 return mLatestProgress * SCALE_FACTOR; in getLatestProgress()114 mLatestProgress = value / SCALE_FACTOR; in setLatestProgress()226 : mapLinear(progress, 0, 1f, 0f, TARGET_COMMIT_PROGRESS)) * SCALE_FACTOR; in onGestureProgress()
159 private static final float SCALE_FACTOR = .5f; field in ScaleGestureDetector556 final float spanDiff = (Math.abs(1 - (mCurrSpan / mPrevSpan)) * SCALE_FACTOR); in getScaleFactor()
61905 Landroid/view/ScaleGestureDetector;->SCALE_FACTOR:F