maxAbsVelocity = Math.max(Math.abs(mVelocityTracker.getXVelocity(0)),Math.abs(mVelocityTracker.getYVelocity(0))) | timeDelta = time - mBaseTime | Math.max(Math.abs(mVelocityTracker.getXVelocity(0)),Math.abs(mVelocityTracker.getYVelocity(0))) | time - mBaseTime | platform_frameworks_base | 28239e8a619e6546580a0f3893cf55b0e97fc4e8 | com.android.server.accessibility.AccessibilityGestureDetector | | _1 | maxAbsVelocity |
---|
_2 | timeDelta |
---|
| xyz | Math.max(Math.abs(mVelocityTracker.getXVelocity(0)),Math.abs(mVelocityTracker.getYVelocity(0))) |
---|
| | | AssignedTo | False |