Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAbsSwipeUpHandler.java334 private final float mQuickSwitchScaleScrollThreshold; field in AbsSwipeUpHandler
374 mQuickSwitchScaleScrollThreshold = res in AbsSwipeUpHandler()
2633 if (scrollOffset < mQuickSwitchScaleScrollThreshold) {
2634 scaleProgress = Utilities.mapToRange(scrollOffset, 0, mQuickSwitchScaleScrollThreshold,
2636 } else if (scrollOffset > (maxScrollOffset - mQuickSwitchScaleScrollThreshold)) {
2638 (maxScrollOffset - mQuickSwitchScaleScrollThreshold), maxScrollOffset,