Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DMediaPickerPanel.java365 private final float mFlingThresholdPx; field in MediaPickerPanel.TouchHandler
399 mFlingThresholdPx = resources.getDimensionPixelSize( in TouchHandler()
477 return velocity > mFlingThresholdPx; in shouldAllowRecaptureTouch()
499 Math.abs(yVelocity) > mFlingThresholdPx) { in onTouch()