summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-land
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve Recent Apps scrolling performanceMichael Jurka2011-08-312-63/+69
| | | | | | | | | | - 20fps improvement using software rendering - 10fps improvement using hardware rendering - in sw mode, rendering recents background in the recent items themselves and using a bitmap cache to draw individual items (gives perf gains for sw mode) - in sw and hw mode, no longer doing a fade on the recents scroll view (gives perf gains for hw mode) - instead we draw a black gradient where we would normally fade - fading recents & notifications immediately when swiped - removing unused code Change-Id: I908e2a25b89c9dfbf9b8c8f3810fa43064261b33
* Fix issue #5128639: SystemUI grows by 10MB after taking a screenshotDianne Hackborn2011-08-171-2/+10
| | | | | | | | | | | We now do the screenshot in a separate process. Also change the recents panel to not use hardware acceleration on lower-end devices. And improve how it gets shown to not load all data up-front which results in a long delay when you have lots of recents. Change-Id: Ia309a90f9939e5405758621b3f7114597bd0c02a
* Fix 5023708,4689527: Add popups and overlays to recents. Misc bug fixes.Jim Miller2011-07-182-3/+3
| | | | | | | Adds selection overlay to recents to comply with UX design. Adds longpress popup for removal and inspection of items. Change-Id: Ic23c3f135b6ed107cc5156505d8f163daa94c52e
* Fix 4689527: Update RecentsJim Miller2011-07-061-3/+3
| | | | | | | | | | | | | | | Fixed layout in landscape mode where recents only filled half the screen because "match_parent" in the layout was being ignored. The fix is to have a temporary ViewGroup as the parent to ensure the layout parameters are valid. Changed to solid 70% opaque background on phone. Removed "dismiss" chevron from phone layout. Removes glow on phones. Change-Id: Id5319eeba4fdd8c9ef5792168b35162cc1bbfe38
* Port recent apps from tablet to phoneMichael Jurka2011-06-152-6/+5
| | | | | | | | - wire up to long press on home - remove unused recents activity - remove duplicate recents resources in -large directories (using -sw600dp instead) - fix issue with zoom/scale translation when recents was brought up Change-Id: I45538ccaff49b46ac3659c4828f9e2b0cd075241
* First pass at integrating new ScrollView-based recents panel.Jim Miller2011-05-182-0/+163
- added layout transitions - now calls removeTask() for selected activity. Change-Id: Ie57b3d79551353a564bb2e4da26243a10bb0198d