summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-port
Commit message (Collapse)AuthorAgeFilesLines
* Fix 6693743: update animation ring for keyguard and search panelJim Miller2012-06-191-1/+1
| | | | | | | | | | | This is a partial revert of change Ibce96f45eb6a94582c694108b99e243fd57b1955. This change: - shows the expanding ring animation on keyguard and navbar search - disables the first ping wave animation on both. - restores the outer ring Change-Id: I429d23a49ca2868dc00872b8b8fde000d6a53a6d
* Fix 6683092: tune GlowPadView wave animationJim Miller2012-06-181-1/+1
| | | | | | | | | | | This adds some aesthetic changes to the wave animation for GlowPadView: - wave shape is no longer symmetric - disable expand in keyguard - enable expand in SearchPanelView (when mAlwaysTrackFinger == true) - if a current wave animation isn't finished yet, don't start a new one - various timing changes Change-Id: Ibce96f45eb6a94582c694108b99e243fd57b1955
* Change snap behavior for lock screenMichael Jurka2012-06-141-1/+0
| | | | | | Use angle and distance from center, rather than distance from target. Change-Id: Ic970bc4b05d341dbb6aab334e3f630794f2a211c
* Fix 6613962: Update keyguard to use new GlowPadView UX design.Jim Miller2012-06-121-5/+9
| | | | Change-Id: I4f1ef3107e5550f7df9dcb412943a84b66432b7d
* Tweak recents out animation a bit moreMichael Jurka2012-06-111-1/+5
| | | | | | | | | Bug: 6490204 -Fading to black in the recents layer -Tweaking duration and interpolators -Removing some unnecessary debug exceptions (Bug: 6642072) Change-Id: Iba18fade7f874078111fc1d79a81830ee07617d4
* Fix 6398209: Re-enable vibrate for search gesture.Jim Miller2012-05-171-1/+1
| | | | Change-Id: Iabcfa21aae05fa55ec3fdc76eeed76577b962de5
* Merge "Fix 6486099: Fix clipping issues with MultiWaveView on phone/tablet" ↵Jim Miller2012-05-121-1/+0
|\ | | | | | | into jb-dev
| * Fix 6486099: Fix clipping issues with MultiWaveView on phone/tabletJim Miller2012-05-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a problem where the bounds of the view weren't being calculated properly when a separate outer radius was specified. The code now takes the maximum of the ring drawable's width/height and that specified in the resource files. This gives it the best default look on all devices while still allowing minor tweaks. Change-Id: I5daa40ff4f14653c8cc89b39102816afb976e4f7
* | Improve transition out of recentsMichael Jurka2012-05-121-6/+6
|/ | | | | | | - During the transition, fade the bg to black - Exiting activity fades to black - Recents background no longer fades away, because then it would fight against the fade to black happening behind it
* Making transition out of recents look betterMichael Jurka2012-05-091-0/+6
| | | | | | | | | | | | - Fading out recents first, then scaling up app thumbnail - Fade Recents out over 130ms - Delay the window animation for 200ms first, then animate for 200ms (previously we didn't delay and then animated for 300ms) Bug: 6390075 Change-Id: Ia8c753bf7ee03d2acef6eb2772b28d88fe10a682
* Fix 6397736: Swipe up to search layout fixesJim Miller2012-05-061-4/+3
| | | | | | | | | | | | This fixes several layout issues on phones and tablets with MultiWaveView. It adds a new background scrim to be shown behind the MultiWaveView on the navigation bar. MultiWaveView is updated to handle gravity constraints which makes layouts much more flexible across devices. Change-Id: I64068f4eaa81ef6c464247049117d53432fcacbd
* Fix 6299832: Add search target swipe action to navigation bar on phonesJim Miller2012-04-241-0/+67
| | | | | | | This adds a feature to swipe upward on the navigation bar to invoke voice search on phones. Change-Id: I462076fd43b1c66c5bf624f00b297c6d3414a19a
* Update SystemUI for sw600dp devices.Daniel Sandler2012-04-211-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Devices between 600 and 719dp will now use the two-bar (phone) SystemUI layout, or something like it, derived from PhoneStatusBar. Devices above 720dp will use the system bar from TabletStatusBar. However, this distinction is not to be made based on dp, at least, not by the SystemUI; the goal is to drive most of this switch from the window manager. Therefore most of SystemUI's sw600dp resources have been folded into the main set of resources (renaming them to avoid collisions where appropriate). This allows SystemUI to choose which set of resources to use entirely by switching status bar components, entirely independent of Configuration. (For some resources, particularly around recents, it seemed more expeditious to keep relying on the device configuration, so those resources have been bumped up to sw720dp.) Bug: 6297838 Change-Id: I3f5414a6a718bdc83f51930d6878cdf97df48c9c
* Reducing height of scroll fade in Recents on phoneMichael Jurka2012-04-032-3/+3
| | | | Bug: 5149089 Change-Id: I163d3e9b888501999e812cff00d015bed36ca0d6
* Making recents fasterMichael Jurka2012-02-131-0/+1
| | | | | | | | | | | Improving load time by: - using window animation for fade-in and not waiting to create HW layer - starting loading of thumbnails/icons earlier - only initially creating views for the first screenful of items - recycling views Change-Id: I529b1085fe35d81aaafeb7433ccaed8e0537f01c
* Updating recent apps visuals on tabletMichael Jurka2011-11-141-25/+15
| | | | | | | | | - getting rid of blue glow (5529032) - moving app icon position - show message if there are no recent apps (5533332) - fixing rare IllegalStateException on orientation change (5584344) Change-Id: I2210e584957869c8f02339e6841daf39364a9dad
* Make Recent Apps fasterMichael Jurka2011-10-181-2/+2
| | | | | | | | | - start loading on touch down - avoid unneeded calls to onLayout - don't fade in thumbnails if they've been loaded before we show recent apps - don't pause between loading thumbnails - fade in thumbnails+shadow (rather than just thumbnail as before) Change-Id: I6dd4be7f52f9e8b51284ae052614719db8e71dc5
* Layout changes to recentsPeter Ng2011-10-141-25/+29
| | | | | | | | | | | | Bug: 5411813 -gravity is set to center -textsize is smaller -app icon placement now hangs off the screenshot -recents callout line now defined in colors -recents thumbnail normal state drawable added Change-Id: Ibeaec7e3f0a3bcdbe3f990886b1536cb7d7fdc03
* Fixing accessibility support in Recent AppsMichael Jurka2011-09-302-22/+9
| | | | | | - also switching "Recent applications" to "Recent apps" as per our new language guidelines Change-Id: Ib625429ad22ce75ede782d59c0f45894d00c8502
* Merge "Speeding up Recent Apps"Michael Jurka2011-09-191-2/+2
|\
| * Speeding up Recent AppsMichael Jurka2011-09-191-2/+2
| | | | | | | | | | | | - removing unused calls on startup - no longer compositing bitmaps against a background bitmap Change-Id: If26812ef475d5d972d98dd1cb9f7f741eeb99dae
* | Added "No recent apps" message on phonesMichael Jurka2011-09-161-0/+6
|/ | | | Change-Id: I00bf163369775b79377090b7a9dae0c94ce5d0ac
* Bug fixes in RecentsMichael Jurka2011-09-121-0/+2
| | | | | | | | | | - Making thumbnails invisible until loaded (fixes regression) - Speed up dismiss animation from menu - Make the max swipe velocity greater - Make only the thumbnail and app title long-clickable - No more click sound when tapping outside the thumbnails to dismiss Recents - Tweaking color of recents app label text Change-Id: If7b6cd59e92feb0472eb3ea266733549cb9f4d4b
* Updated Recent Apps visualsPeter Ng2011-09-081-6/+7
| | | | | | -added padding to portrait and landscape layout recent item -updated drawable stroke on press and drag Change-Id: I98e0073f5fba6d13f041871337e4dc534bbc1460
* Fix the pressed state for thumbnails in RecentsMichael Jurka2011-09-021-2/+1
| | | | | | - pressed state is now in foreground - also, keep drawing pressed drawable on long press Change-Id: I1a2025b5a79a5bfd4aaacf5312d52404fc3361a1
* Fix regression: recents did not dismiss after launching apps (5252649)Michael Jurka2011-09-022-2/+1
| | | | | | | also: - when using menu to "remove from list" in landscape, animate items upward (5149577) - dismiss recents when tapping on whitespace regions (5115883) Change-Id: I0f38c7567281583898a49f572cf92d6c59464649
* updating visuals of Recent AppsPeter Ng2011-09-011-4/+3
| | | | | | | | | | - replacing background PNGs with 9 patches - removing border around thumbnails by default - when swiping thumbnails, draw a border around them - fix callout line length - make recents window smaller on tablets - deleting unused assets Change-Id: If5bb1ba0d55a6d10e36ee14274c23596f0ba73b9
* Improve Recent Apps scrolling performanceMichael Jurka2011-08-312-69/+74
| | | | | | | | | | - 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/+8
| | | | | | | | | | | 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-2/+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: Fix positioning bug with RecentHorizontalScrollView, minor tweaks.Jim Miller2011-07-101-9/+5
| | | | | | | | | | This fixes a bug where RecentsHorizontalScrollView wasn't scrolling to the most recent app. Contains some minor tweaks to the layout so that it doesn't overlap the notification bad as well as starting alpha fades while draging items sooner. Change-Id: I94df309673f316c55b2f44aff60fd3aee746b6de
* Fix 4689527: Update RecentsJim Miller2011-07-061-2/+2
| | | | | | | | | | | | | | | 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-0/+173
- 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