Searched refs:mFlingThresholdPx (Results 1 – 1 of 1) sorted by relevance
365 private final float mFlingThresholdPx; field in MediaPickerPanel.TouchHandler399 mFlingThresholdPx = resources.getDimensionPixelSize( in TouchHandler()477 return velocity > mFlingThresholdPx; in shouldAllowRecaptureTouch()499 Math.abs(yVelocity) > mFlingThresholdPx) { in onTouch()