Alan Viverette
b339cc5bcb
Not create context menu when mouse right click outside list/grid items
...
Even if mouse right click outside of list/grid items, a context menu
is made. But there is no item of the list, so a context menu info is
null. Then, NullPointerException happens at onCreateContextMenu()
using a context menu info.
For fixing the problem, check mTouchMoude and mMotionPosition to
distingusih where is clicked, on a list item or not, before
performButtonActionOnTouchDown() which makes a context menu.
Manually merged from AOSP contribution.
Change-Id: I778be73df36abbfd4ba9534d8e7a1ece6844ed40
Author: henrik baard <henrik.baard@sonymobile.com >
2013-08-12 13:29:15 -07:00
..
2013-08-12 13:29:15 -07:00
2013-01-31 11:20:30 -08:00
2013-03-05 13:12:13 -08:00
2012-09-21 11:10:27 -07:00
2013-06-10 12:51:14 -07:00
2012-09-26 17:43:08 -07:00
2012-09-26 11:42:09 -07:00
2013-04-08 10:02:08 -07:00
2013-01-09 20:16:37 -08:00
2012-10-16 20:59:04 -07:00
2013-05-30 12:50:15 -07:00
2013-04-18 21:09:00 -07:00
2013-07-16 17:12:49 -07:00
2013-07-10 07:46:24 -07:00
2013-05-01 14:53:28 -07:00
2013-01-14 15:48:27 -08:00
2013-03-18 17:21:33 -07:00
2013-06-05 22:30:54 +09:00
2013-04-18 21:09:00 -07:00
2013-03-22 13:46:08 -07:00
2013-08-09 10:40:50 -07:00
2013-08-07 13:24:09 -07:00
2013-07-19 16:15:19 -07:00
2013-08-07 13:24:09 -07:00
2013-07-10 16:40:30 -07:00
2013-06-12 21:11:12 -07:00
2013-07-17 10:22:53 -07:00
2013-08-01 15:15:10 -07:00
2013-08-07 13:24:09 -07:00
2013-07-19 16:15:19 -07:00
2013-07-18 10:37:15 -07:00
2013-05-09 15:50:38 -07:00
2013-05-24 10:03:24 -07:00
2013-01-11 23:44:11 -08:00
2013-07-02 14:58:22 -07:00
2013-01-15 16:46:00 -08:00
2012-10-18 20:41:55 -07:00
2013-08-07 13:24:09 -07:00
2013-07-23 13:09:51 -07:00
2013-03-06 17:01:35 -08:00
2013-01-10 19:23:39 -08:00
2013-03-08 15:40:28 -08:00
2013-02-07 16:42:26 -08:00
2013-07-17 10:22:53 -07:00
2012-12-10 13:11:47 -08:00
2013-03-04 18:54:54 -08:00
2013-04-18 21:09:00 -07:00
2013-04-03 17:43:44 -07:00
2012-10-11 14:26:21 -07:00
2013-06-05 22:30:54 +09:00
2013-07-29 19:07:55 -07:00
2012-09-14 11:36:29 -07:00
2012-10-18 21:09:48 -07:00
2012-10-29 17:14:54 -07:00
2012-09-13 18:36:06 -07:00
2013-04-30 11:19:39 -07:00
2013-08-08 18:22:08 -07:00
2013-03-21 13:46:57 +09:00
2013-05-28 13:09:23 -04:00
2013-05-09 15:50:38 -07:00
2012-08-30 09:51:08 -07:00
2013-08-08 19:45:21 -07:00