Searched refs:initialTouchY (Results 1 – 3 of 3) 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()
643 private var initialTouchY = 0f regex685 initialTouchY = y689 val h = y - initialTouchY699 captureStartingChild(initialTouchX, initialTouchY)700 initialTouchY = y719 lastHeight = y - initialTouchY720 captureStartingChild(initialTouchX, initialTouchY)740 dragDownCallback.onDraggedDown(startingChild, (y - initialTouchY).toInt())
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()