Searched refs:mapRange (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarAnimationController.java | 135 scale = Utilities.mapRange(mTaskbarBackgroundAlpha.value, scale, 1f); in updateScale() 144 translationY = Utilities.mapRange(mTaskbarBackgroundAlpha.value, translationY, 0f); in updateTranslationY()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | RectFSpringAnim.java | 233 float currentWidth = Utilities.mapRange(mCurrentScaleProgress, mStartRect.width(), in onUpdate() 235 float currentHeight = Utilities.mapRange(mCurrentScaleProgress, mStartRect.height(), in onUpdate()
|
D | RectFSpringAnim2.java | 316 float currentWidth = Utilities.mapRange(rectProgress, mStartRect.width(), in onUpdate() 318 float currentHeight = Utilities.mapRange(rectProgress, mStartRect.height(), in onUpdate()
|
/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
D | KeyboardInsetAnimationCallback.java | 59 Utilities.mapRange(progress, mInitialTranslation, mTerminalTranslation)); in onProgress()
|
D | Interpolators.java | 179 return t -> Utilities.mapRange(interpolator.getInterpolation(t), lowerBound, upperBound);
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | TaskView.java | 989 scale *= Utilities.mapRange(fullScreenProgress, 1f, mFullscreenScale); in applyScale() 1427 return Utilities.mapRange(progress, 0, endTranslation); in getFullscreenTrans() 1436 return Utilities.mapRange(progress, 0, endTranslation); in getGridTrans() 1518 Utilities.mapRange(fullscreenProgress, mCornerRadius, fullscreenCornerRadius) in setProgress()
|
D | OverviewActionsView.java | 249 return Utilities.mapRange(progress, 0, endTranslation); in getModalTrans()
|
D | RecentsView.java | 3622 overScrollShift = (int) Utilities.mapRange(mAdjacentPageHorizontalOffset, in getScrollOffset()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Utilities.java | 398 return mapRange(interpolator.getInterpolation(progress), toMin, toMax); in mapToRange() 412 public static float mapRange(float value, float min, float max) { in mapRange() method in Utilities
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | SwipeUpAnimationLogic.java | 294 float cornerRadius = Utilities.mapRange(progress, mStartRadius, mEndRadius); in onUpdate()
|
D | FallbackSwipeHandler.java | 124 float scale = Utilities.mapRange(verticalShift, 1, mMaxLauncherScale); in setHomeScaleAndAlpha()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | NoButtonQuickSwitchTouchController.java | 272 yProgress = Utilities.mapRange(yProgress, Y_ANIM_MIN_PROGRESS, 1f); in onDrag()
|