am 8173646e: am 45cde607: am c5211780: Merge "Sending interaction end event at the end of a drag." into jb-mr1-dev
* commit '8173646ea40d9b7a536d1dc7f70f5d530608d589': Sending interaction end event at the end of a drag.
This commit is contained in:
@@ -700,13 +700,6 @@ class TouchExplorer implements EventStreamTransformation {
|
||||
}
|
||||
}
|
||||
} break;
|
||||
case MotionEvent.ACTION_POINTER_UP: {
|
||||
final int pointerId = event.getPointerId(event.getActionIndex());
|
||||
if (mReceivedPointerTracker.isActiveOrWasLastActiveUpPointer(pointerId)) {
|
||||
sendUpForInjectedDownPointers(event, policyFlags);
|
||||
mCurrentState = STATE_TOUCH_EXPLORING;
|
||||
}
|
||||
} break;
|
||||
case MotionEvent.ACTION_UP: {
|
||||
// Announce the end of a new touch interaction.
|
||||
sendAccessibilityEvent(
|
||||
|
||||
Reference in New Issue
Block a user