summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-land
Commit message (Collapse)AuthorAgeFilesLines
* Fixing layout button in caption and adding quarter functionalitySkuhne2015-03-251-0/+51
| | | | | | | Furthermore limit the number of arrangements to the device in use. BUG: 19893373 Change-Id: I21d56e57338cc45b09ca45a6048a527548371991
* Remove dead code #7: Remove unused SysUI resourcesJorim Jaggi2015-01-072-166/+0
| | | | Change-Id: I6e338dee76063d7d200967bef0ed1122c2769d42
* SysUI Tests: Make tests not break SysUIJason Monk2014-11-171-1/+1
| | | | | | | | | | | | | | Now you can run the tests without getting the blank broken sysui. The tests instrument themselves so they include all of the source they need to run rather than piggybacking on the sysui process. A couple of changes were needed for this. The xml files cannot reference com.android.systemui, instead they must use res-auto. The tests can no longer make privileged calls, so some restructuring to avoid those calls was needed. Bug: 18222975 Change-Id: I67b794af854f1420583d48960bd6e52ca753b56d
* New swipe-up assist animation for L.Jorim Jaggi2014-08-051-67/+0
| | | | | | Bug: 16307470 Bug: 14623152 Change-Id: Ib7e0381d118bda177981cc56ec9a8fb418dfb0e3
* Move moveable non-public framework resources up to SystemUIJohn Spurlock2013-12-021-3/+3
| | | | | | | | | Specifically, non-public resources only referenced by SystemUI and nowhere else in frameworks or system apps (via @*android:) Remove orphan resources found during the process. Change-Id: I005514ff1ce52e1622849bc01cd825b09fa55842
* More background protection in Recents for status barMichael Jurka2013-11-041-0/+1
| | | Bug: 11255407
* Transparent system ui flags -> Translucent WM flags.John Spurlock2013-10-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate View.SYSTEM_UI_FLAG_TRANSPARENT_(STATUS/NAVIGATION) to WindowManager.LayoutParams.FLAG_TRANSLUCENT_(STATUS|NAVIGATION). Add associated public attrs for both new window flags: windowTranslucentStatus windowTranslucentNavigation Introduce convenient four new themes that set translucent decor: Theme.Holo.NoActionBar.TranslucentDecor Theme.Holo.Light.NoActionBar.TranslucentDecor Theme.DeviceDefault.NoActionBar.TranslucentDecor Theme.DeviceDefault.Light.NoActionBar.TranslucentDecor Update PhoneWindowManager mechanism to plumb these values back to SystemUI to drive bar mode state. The new translucent flags come from the top fullscreen window, not the focused window, so translucency does not change when opening dialogs. Imply some window-level system-ui visibility if one or both of these new flags are present, specifically: FLAG_TRANSLUCENT_STATUS implies LAYOUT_STABLE, LAYOUT_FULLSCREEN FLAG_TRANSLUCENT_NAVIGATION implies LAYOUT STABLE, LAYOUT_HIDE_NAV Rename all associated variable & resource names to use the term translucent instead of transparent. (Retain the term semi-transparent for the transient bar style). Recents activity allowed to inherit translucent decor state via the new PRIVATE_FLAG_INHERIT_TRANSLUCENT_DECOR. Compensating changes to use the full screen area more appropriately. Update keyguard to use new WM flags. Update docs and various api artifacts. Sanity-check fixes: - Toasts and alerts given stable layout. - Suppress nu-gradient when in transient (hidey) mode. - New translucent flags use top-fullscreen window, dialogs don't clear. Bug:10674960 Bug:11062108 Bug:10987178 Bug:10786445 Bug:10781433 Change-Id: If667a55bea4cf5e008549524b9899197fab55ebe
* Remove unused status bar help and obsolete resources.John Spurlock2013-08-291-71/+0
| | | | | Bug:10502089 Change-Id: I813244c4d5535256a56b242b92e6373edbbaba93
* Prevent Recents from doing a relayoutMichael Jurka2013-03-201-1/+2
| | | | | Don't relayout Recents when going from a fullscreen app to Recents; set the proper flags to do the layout underneath the status bar
* Fix bug #8058390 Space is required after the battery sign in the RTL localesFabrice Di Meglio2013-03-083-9/+9
| | | | | | - fix remaining left/right properties that needed to be start/end properties Change-Id: Iaa5090c2ad256e378313f164e2388f42428e5700
* Fix Recents in RTL/landscape modeMichael Jurka2013-03-061-1/+2
| | | | | | | | The normal LTR Recents interface in landscape actually scrolls/behaves like a RTL interface, so we hardcode the layout to stay the same in both modes Change-Id: I57e5e76de3260c6de1dd9e939797b7e1c23cca03
* Fix RTL layout in Recent Apps, landscape modeMichael Jurka2013-03-011-0/+1
| | | | Bug: 8067692
* Make SystemUI RTL awareFabrice Di Meglio2012-12-174-9/+9
| | | | | | - see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi) Change-Id: Ica88ed68f893d5272691a9207788b65623849dee
* Fixing view accessibility classification for recents.Casey Burkhardt2012-10-301-2/+1
| | | | | Change-Id: I0324fe322d97ee35105d7d71442fa79663e0fdfa Bug: 7438790
* Notification & settings panel help.Daniel Sandler2012-10-071-0/+71
| | | | | | | | | Comes up the first time you touch the status bar; explains where quick settings is, and even allows you to swipe down to try it (instead of touching "OK"). Bug: 7209412 Change-Id: I72b1a91902e64b4623e0fcaf1555dc703870b59f
* Fix bug 7138446: Icon blips in during Recents animationMichael Jurka2012-10-021-2/+5
| | | | | | | Add animation where icon and description of the primary activity fades and translates in Change-Id: Ie21b5302ac9e58ee6af219b7cde98d12a8e82697
* Hiding appropriate nodes for accessibility in recents.Casey Burkhardt2012-10-012-2/+5
| | | | | Bug: 6855305 Change-Id: I2c9fac2cfc777f912ff78283bbe6b3a9666f17c6
* Fix recents animation in landscapeRomain Guy2012-09-271-0/+1
| | | | | | Bug #7250041 Change-Id: I0d7d85aa6a9444ac5dc2451be816f8387036e068
* Fix recents animation in landscape on tabletRomain Guy2012-09-251-1/+1
| | | | Change-Id: I8b550c38fb5392d7d0b7f72ba565256ad2751cc3
* Fix graphics glitch and layouts in recents on 10" displayRomain Guy2012-09-251-12/+3
| | | | Change-Id: I7fa58a84d4e899ea995aa680ee550b5ddb30b6a6
* Recents: apps scale down to thumbnails nowMichael Jurka2012-08-231-11/+0
| | | | | | | | | | | | | | | As a part of this change, Recents is now an activity. Known issues: * Jank: jump-cut as app icon appears suddenly after the aniamtion * Preloading recents is broken on phones without soft nav bar and on tablets * Thumbnail window from animation lingers/flashes sometimes Change-Id: Ie6f991f3c2e1e67f9ed84eb6adba9174ed957248
* Minor cleanup of left overs from GlowPadView integration.Jim Miller2012-06-291-1/+0
| | | | | | | - remove unused "chevron" assets - reduce memory footprint in SystemUI by not loading unused handle drawable. Change-Id: Iad1799d1a8a764c6abb4201520aa47ba84d33c38
* 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
* Improve recents on sw600dp devicesMichael Jurka2012-05-091-1/+1
| | | | | | | | | | | | | | Bug: 6405276 - Make thumbnails bigger - Make thumbnails higher-res - In landscape, start the thumbnails on the right - Fix issue where you'd sometimes see "No recent apps" flash before the thumbnails appeared - Fix issue where the first time recents was run you'd see double the amount of thumbnails Change-Id: I878caf57a955cb6a0c1b4f0a72b5b993609047f2
* 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-23/+13
| | | | | | | | | - 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-4/+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-13/+18
| | | | | | | | | | | | 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/+11
| | | | | | - 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-021-1/+0
| | | | | | | 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-6/+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