Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DViewAutoScroller.java58 final int topBottomThreshold = (int) (mHost.getViewHeight() in run() local
61 if (mHost.getCurrentPosition().y <= topBottomThreshold) { in run()
62 pixelsPastView = mHost.getCurrentPosition().y - topBottomThreshold; in run()
64 - topBottomThreshold) { in run()
66 + topBottomThreshold; in run()
75 if (pixelsPastView > topBottomThreshold) { in run()
76 pixelsPastView = topBottomThreshold; in run()
95 final int topBottomThreshold = in computeScrollDistance() local
104 1.0f, (float) absPastView / topBottomThreshold); in computeScrollDistance()