OSDN Git Service

Always remember the last touch mode state when touch mode changes.
authorRomain Guy <romainguy@android.com>
Mon, 8 Feb 2010 22:58:01 +0000 (14:58 -0800)
committerRomain Guy <romainguy@android.com>
Mon, 8 Feb 2010 22:58:01 +0000 (14:58 -0800)
commit498b2960d541fe271cc920eb92d60060fe219b35
tree8b391ea274c2f854f1eedc529072a222f73e1782
parent5d36c46d2d8fb3f1bdc8fd1ff407e14b4433272a
Always remember the last touch mode state when touch mode changes.

Do not just rely on getting an onWindowFocusChanged() event. There are cases
where we might not get it (view removed from the window for instance.)
core/java/android/widget/AbsListView.java