d34d dd3f6bdf28 Remove use of mCanceled
It is possible for mCanceled to be set to true even though it
was canceled without ever playing back the cancelation message.
This can end up putting us in an incorrect state where the user
must release both fingers so ACTION_UP finally sets mCanceled to
false.

The cancel() method was still being called and since it does the
proper checks for removing/sending messages, the use of mCanceled
is unneccessary.

Change-Id: I38679d3bf65157a9ba5ca3d898c5c8d55e5df9f5
REF: LETTUCE-293
(cherry picked from commit a726a3d990)
(cherry picked from commit 8bcb714b05)
2015-10-06 13:47:19 -07:00
2015-09-12 06:18:07 -07:00
2015-01-15 16:04:44 -08:00
2015-08-19 05:31:14 -07:00
2015-01-15 16:04:44 -08:00
Description
No description provided
13 MiB
Languages
Java 99.1%
Shell 0.9%