OSDN Git Service

Fix 3338368: Fix bounds calculation for recent apps view
authorJim Miller <jaggies@google.com>
Wed, 26 Jan 2011 01:03:27 +0000 (17:03 -0800)
committerJim Miller <jaggies@google.com>
Wed, 26 Jan 2011 01:03:27 +0000 (17:03 -0800)
commit6f5bd3c3b3b10c60f51b1fe2a2d5da6002930618
tree7735fd0cd7bf73954f7005e4434e81e8bc0d56d9
parentb8942108826893657ca0b8b6d5d6d153739a76f6
Fix 3338368: Fix bounds calculation for recent apps view

The calculation for determine the content view's bounds
was mistakenly using the position of the view in the immediate
parent (glow view), which wrapped it exactly in the vertical
direction. The code now uses the glow view's vertical
position in its parent to determine the position.

Change-Id: I07768eb3446fde851699de1c1d4e958bc16d98bb
packages/SystemUI/src/com/android/systemui/statusbar/tablet/RecentAppsPanel.java