Searched refs:START_X (Results 1 – 1 of 1) sorted by relevance
56 private const val START_X: Float = 0f constant108 continueTouch(START_X + touchSlop - 1) in staysHiddenBeforeSlopCrossed()119 continueTouch(START_X + touchSlop.toFloat() + 1) in handlesBackCommitted()126 continueTouch(START_X + touchSlop + triggerThreshold + 1) in handlesBackCommitted()129 continueTouch(START_X + touchSlop + triggerThreshold + 1) in handlesBackCommitted()137 finishTouchActionUp(START_X + touchSlop + triggerThreshold + 1) in handlesBackCommitted()157 continueTouch(START_X + touchSlop.toFloat() + 1) in handlesBackCancelled()162 START_X + touchSlop + triggerThreshold - in handlesBackCancelled()168 START_X + touchSlop + triggerThreshold - in handlesBackCancelled()175 continueTouch(START_X) in handlesBackCancelled()[all …]