Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBounceInterpolator.java26 private final static float SCALE_FACTOR = 7.5625f; field in BounceInterpolator
32 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()
/aosp14/frameworks/base/core/java/android/window/
H A DBackProgressAnimator.java41 private static final float SCALE_FACTOR = 100f; field in BackProgressAnimator
97 mSpring.animateToFinalPosition(event.getProgress() * SCALE_FACTOR); in onBackProgressed()
163 progress / SCALE_FACTOR, mLastBackEvent.getSwipeEdge())); in updateProgressValue()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
H A DCrossActivityAnimation.java91 private static final int SCALE_FACTOR = 100; field in CrossActivityAnimation
244 : 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()
H A DCustomizeActivityAnimation.java74 private static final int SCALE_FACTOR = 1000; field in CustomizeActivityAnimation
111 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()
/aosp14/frameworks/base/core/java/android/view/
H A DScaleGestureDetector.java159 private static final float SCALE_FACTOR = .5f; field in ScaleGestureDetector
556 final float spanDiff = (Math.abs(1 - (mCurrSpan / mPrevSpan)) * SCALE_FACTOR); in getScaleFactor()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt61905 Landroid/view/ScaleGestureDetector;->SCALE_FACTOR:F