Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/lowram/
DTaskStackLowRamLayoutAlgorithm.java38 private static final float MAX_OVERSCROLL = 0.2f / 0.3f; field in TaskStackLowRamLayoutAlgorithm
238 return MAX_OVERSCROLL; in getMaxOverscroll()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java64 private static final float MAX_OVERSCROLL = 0.7f / 0.3f; field in TaskStackViewTouchHandler
301 : MAX_OVERSCROLL; in handleTouchEvent()