Searched refs:mQuickSwitchScaleScrollThreshold (Results 1 – 1 of 1) sorted by relevance
334 private final float mQuickSwitchScaleScrollThreshold; field in AbsSwipeUpHandler374 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,