Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DMediaPickerPanel.java492 final float yVelocity = dy / dt; in onTouch() local
499 Math.abs(yVelocity) > mFlingThresholdPx) { in onTouch()
500 if (yVelocity < 0 && mExpanded) { in onTouch()
503 } else if (yVelocity > 0) { in onTouch()
504 if (mFullScreen && yVelocity < mBigFlingThresholdPx) { in onTouch()