commit | cc7e6ffce76f2066838b626ac04536b95a0689c3 | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Thu Jan 14 15:33:08 2016 +0000 |
committer | Chris Banes <chrisbanes@google.com> | Fri Jan 15 10:57:04 2016 +0000 |
tree | 7ed355066ff0d56a8cc584384686abf8b55a0fee | |
parent | 0720586c59fb378bea2dd6d6b80ab1931da9b30b [diff] |
AppCompat ListPopupWindow fixes - Fixes Spinner jumping back on Gingerbread due to a call to setSelection(). The framework uses setSelectionInt() which we don't have access to. There's no side-effects to removing this call from my testing. - Use AbsListView.scrollListBy() on API 19+, makes drag-to-open scrolling much smoother on those platforms. BUG: 26393526 BUG: 25085519 Change-Id: Iaafc2be81c8a9ff161e5506700668020030ee52d