Searched refs:topBottomThreshold (Results 1 – 1 of 1) sorted by relevance
58 final int topBottomThreshold = (int) (mHost.getViewHeight() in run() local61 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() local104 1.0f, (float) absPastView / topBottomThreshold); in computeScrollDistance()