commit | 66ae15f5fa8b6714fa78e6d3f94fe85af06ddabd | [log] [tgz] |
---|---|---|
author | Dake Gu <dake@google.com> | Fri Jun 06 17:33:22 2014 -0700 |
committer | Dake Gu <dake@google.com> | Fri Jun 06 18:29:33 2014 -0700 |
tree | 37250f325af0950861749e685d1dab3648bbb0a3 | |
parent | 9ae4ca8296ee814d305719fc3de70790bf5be334 [diff] |
GridLayoutManager: fix some animation jumpiness Looks like a typo that cause secondarySize is not updated in onMeasure() and later a posted Runnable update the secondarySize. Also focused item maybe out of bounds if we scroll really fast. So we should measure every child. part of b/15413508 b/14885970 Change-Id: I7478ea39f1fb429f483b5f25b69118b66c086c21