Searched refs:initialTouchY (Results 1 – 2 of 2) sorted by relevance
157 private float initialTouchY; field in FlingUpDownTouchHandler272 float deltaY = pointerY - initialTouchY; in onTouch()295 || Math.abs(pointerY - initialTouchY) > touchSlop in endMotionEvent()457 initialTouchY = newY; in startMotion()461 acceptThresholdY = Math.max(0, initialTouchY - acceptThresholdPx); in startMotion()462 rejectThresholdY = Math.min(target.getHeight(), initialTouchY + rejectThresholdPx); in startMotion()463 zeroY = initialTouchY; in startMotion()
47 private float initialTouchY; field in SwipeButtonHelper167 initialTouchY = y; in onTouchEvent()180 float yDist = y - initialTouchY; in onTouchEvent()557 float bY = lastY - initialTouchY; in getCurrentVelocity()