Files
frameworks_base/core/java
Alan Viverette 7611a6de6c Always call legacy performLongClick()
Adding performLongClick(x,y) broke compatibility for widgets that
overrode the no-arg performLongClick() and expected to receive a call.
This CL ensures that the no-arg method is called and the (x,y) data is
preserved for use in the default implementation.

Bug: 25411884
Change-Id: Ib0a3fb02d4c08ef64ce3a7165aa83bf0688aa50e
2015-11-03 13:32:20 -05:00
..
2015-10-30 20:55:35 +00:00