summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorChris Banes <chrisbanes@google.com>2015-12-07 11:53:26 +0000
committerChris Banes <chrisbanes@google.com>2015-12-07 11:53:26 +0000
commitf2a7e9712f20bdb9563aee681b861569a6372ea4 (patch)
treee7b2a6c30f14dbecd9e08591e030eee6069c7119 /tools/aapt2/java/JavaClassGenerator_test.cpp
parente85cf98a80ce54649295994385e0830ec513f1cf (diff)
Fix possibility of ScrollView not allowing clicks after a fling
The reason that manifests is because SV's onInterceptTouchEvent checks if it's scroller.isFinished() returns true. The result of Scroller.isFinished() is only valid if it has had computeScrollOffset() called on it before. ScrollView currently posts a invalidation after a computeScroll() call, which means that isFinished() *should* be valid, but it's better to be explicit which CL adds. BUG: 26051101 Change-Id: If78f48dc855de1776011cb7b0f95cb0a80d9b777
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions