am 2cc95775: Merge "Fix possible crash in System UI" into klp-dev
* commit '2cc95775750ccd46f3192c05804c38dc04c5d2d6': Fix possible crash in System UI
This commit is contained in:
@@ -1556,6 +1556,9 @@ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarc
|
|||||||
if (mTouchState == TOUCH_STATE_SCROLLING) {
|
if (mTouchState == TOUCH_STATE_SCROLLING) {
|
||||||
final int activePointerId = mActivePointerId;
|
final int activePointerId = mActivePointerId;
|
||||||
final int pointerIndex = ev.findPointerIndex(activePointerId);
|
final int pointerIndex = ev.findPointerIndex(activePointerId);
|
||||||
|
|
||||||
|
if (pointerIndex == -1) return true;
|
||||||
|
|
||||||
final float x = ev.getX(pointerIndex);
|
final float x = ev.getX(pointerIndex);
|
||||||
final VelocityTracker velocityTracker = mVelocityTracker;
|
final VelocityTracker velocityTracker = mVelocityTracker;
|
||||||
velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
|
velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
|
||||||
|
|||||||
Reference in New Issue
Block a user