File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
policy/src/com/android/internal/policy/impl/keyguard Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -581,11 +581,11 @@ public boolean onInterceptTouchEvent(MotionEvent ev) {
581581 final float x = ev .getX (i );
582582 final float y = ev .getY (i );
583583 if (!mIsBouncing && mActivePointerId == INVALID_POINTER
584- && ((isInDragHandle (x , y ) && MathUtils .sq (x - mGestureStartX )
585- + MathUtils .sq (y - mGestureStartY ) > mTouchSlopSquare )
586- || crossedDragHandle (x , y , mGestureStartY )
587- || (isInChallengeView (x , y ) && ( mScrollState == SCROLL_STATE_SETTLING
588- || ! mChallengeShowing ) ))) {
584+ && ((isInDragHandle (x , y ) && MathUtils .sq (x - mGestureStartX )
585+ + MathUtils .sq (y - mGestureStartY ) > mTouchSlopSquare )
586+ || crossedDragHandle (x , y , mGestureStartY )
587+ || (isInChallengeView (x , y ) &&
588+ mScrollState == SCROLL_STATE_SETTLING ))) {
589589 mActivePointerId = ev .getPointerId (i );
590590 mGestureStartX = x ;
591591 mGestureStartY = y ;
You can’t perform that action at this time.
0 commit comments