commit | 9aec720809a123c6193304730acf8b55d6ce5a7a | [log] [tgz] |
---|---|---|
author | Yuichi Araki <yaraki@google.com> | Thu Dec 17 18:56:25 2015 +0900 |
committer | Yuichi Araki <yaraki@google.com> | Thu Jan 07 11:55:07 2016 +0900 |
tree | 4860bbd5e9122ed88f4d48e2c1d4419df4eb8261 | |
parent | 8b01e78a9217554609e218bd53bbe1fe6a911aa9 [diff] |
Fix BottomSheet over ScrollView The event handling in BottomSheetBehavior is much simplified by delegating most of its work to ViewDragHelper. This also fixes ViewGroupUtils.offsetDescendantRect on Gingerbread so that it disregards the scroll offsets of the content of the target child. This was necessary to fix the behavior of CoordinatorLayout.isPointInChildBounds. Bug: 26237244 Bug: 26435997 Change-Id: I63de59fb859c2071186eb202a037b048a71ea8f2