OSDN Git Service

Fix the takeoff position of a flung windowshade.
authorDaniel Sandler <dsandler@android.com>
Mon, 12 Sep 2011 17:47:25 +0000 (13:47 -0400)
committerDaniel Sandler <dsandler@android.com>
Tue, 13 Sep 2011 02:18:41 +0000 (22:18 -0400)
commitfe172cc861448cf1115195cbad5b3300357c02f0
treec0fde9f1b0c88adff8c62cbe429b99feaebbd281
parent8a6d732360c9dbcdf1d2b4da93d150f16af8507b
Fix the takeoff position of a flung windowshade.

We were carefully tracking the vertical offset between the view
origin and the user's incident touch, but not actually
including it when performing a fling. (This might have
worked at one point but been later buried under some
refactoring rubble.)

Bug: 5210198
Change-Id: I97ae883491a5dedf1b48683441096fe9938d118f
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java