Files
frameworks_base/core/java/android/view
Svetoslav 41fceb462b Accessibilty: Cannot click on views in a scrollable container covered by the toolbar.
In accessibility mode we calculate a point where to click in the accessibility
focused view as a bridge-gap solution before switching to accessibility click
actions. We cannot detect whether a view is covered by another one that consumes
all touch events, and therefore we may click on the wrong target. This was the
case with the toolbar. As a result a partially scrolled view in a scrollable
container covered by a toolbar cannot be activated and this is not an edge case.

bug:18986806

Change-Id: Ib41470c39806cec13e9b00b319879cd7f3412ab5
2015-01-22 18:51:47 -08:00
..
2014-09-30 02:52:26 +00:00
2014-07-01 15:32:12 -07:00
2014-11-20 14:40:52 -08:00
2014-11-07 10:31:53 -08:00
2014-08-17 17:58:53 -07:00
2014-06-27 22:34:16 +00:00
2014-10-17 11:36:38 -07:00