OSDN Git Service

Fixes #1914574. An NPE could be causes in lists by ViewGroup.dispatchDraw().
authorRomain Guy <romainguy@android.com>
Fri, 12 Jun 2009 17:51:36 +0000 (10:51 -0700)
committerRomain Guy <romainguy@android.com>
Fri, 12 Jun 2009 17:51:36 +0000 (10:51 -0700)
commitcafdea61a85c8f5d0646cc9413a09346c637f43f
tree4ef69601feb687cf90483f45ef443f9eea8c93ca
parent763a5723882ec7924114ba585b49e69b3e828b4a
Fixes #1914574. An NPE could be causes in lists by ViewGroup.dispatchDraw().

ViewGroup was trying to access the AttachInfo without checking whether the
info object is null. The object can be null at varioous times in the lifecycle
of a list.
core/java/android/view/MotionEvent.java
core/java/android/view/ViewGroup.java