People don't like to lose their date, so instead take away their
detailed alarm information.
Change-Id: Ia6a1c7b1ecdb73eeeadd45fc3708531eac588eee
Fixes: 28773347
am: 42621023cf
* commit '42621023cfac084b8c74fd4d362bc2c64d61674e':
Fixes a few bugs on the keyguard with font density changes
Change-Id: Ic871ddca73896db588ca8436c2aea92c50eb37aa
am: d05a7b5972
* commit 'd05a7b5972cb06f711cc8cfa66efa9f0f6d901a5':
Radio buttons belong in a radio group.
Change-Id: Ia5b4cd5135fb78ccf98f1b05e63fafc7a04349d8
The reinflation of the system icons was not working correctly
and all the paddings were of.
Also the affordance icons were outdated and had to be reloaded.
Change-Id: I3cf338d33a82c8be94d01561d7b7d9a37a563ad9
Fixes: 28968657
Fixes: 28672410
am: ddc6de1eda
* commit 'ddc6de1eda495790e6564438994df5d49ddf248f':
Fixed a few accessibility issues with notifications and groups
Change-Id: Iaa2ddc8bedaad3623190e65116f0d8b85687eb78
This includes following changes for performance
1. Passes the key events directly between the windows instead of using
dummy Views and OnFocusChangeListener to prevent main thread from
handling unnecessary focus changes.
2. Limits the window size for PIP controls to reduce unnecessary draw.
Here's the test result. Test is performed with paused PIP video
1. 5 visible recents task
Focus down: 48.14 fps -> 85.396 fps (+77.39%)
Focus up: 24.67 fps -> 45.33 fps (+83.77%)
2. 3 visible recents task
Focus down: 51.98 fps -> 132.72 fps (+155.34%)
Focus up: 30.91 fps -> 53.38 fps (+72.69%)
Bug: 28042495
Change-Id: I363232176975b160e122748c9997ef4b46b73a28
am: 72f19ff6f0
* commit '72f19ff6f057fff184c875194e802005f8e8fd08':
QS: Make hotspot go unavailable in airplane mode
Change-Id: I3dfc510ddcad9e446806a235fa96bbf975ede4b8
am: 7cb7a0aa60
* commit '7cb7a0aa60f0f01fbcb5b5023f642c527f3f1985':
Make content descriptions of task cards, the title description
Change-Id: I85d3cc167f795e236efd3d2f7452cf0cca862899
Use the title description as content description for the task
card, this should be better for talkback.
BUG: 28594452
Change-Id: Idc97004f1370a35ea5328c4e9e46a72a9349c8f4
This is an alternate solution. Not sure if this is better than
the current solution.
BUG: 28594452
Change-Id: I08b4ca8741ceb3491950ba779510b08775bd0ee7
am: 630436c9ed
* commit '630436c9ed893b38059e4c9a6e03a753a2e84d3a':
QS Edit: Hide black bar in landscape
Change-Id: Ic654e69808240b9399a1fdbbf6d224c545c394ac
am: a3cb77a9b4
* commit 'a3cb77a9b451b1c02e668024a6a8e3b779a7781d':
Add support for dismissing in Talkback Mode
Change-Id: I0bd9c14ce2c9537df981688eaa87f277cf72a5f3
am: 31e49b0964
* commit '31e49b0964cfba0b6b91e8ae67cbc04730098569':
Children should have backgrounds
Change-Id: I4c123a7cf9efd38c46ff155a70f5b9c053e4df02
am: a95568b846
* commit 'a95568b84617e1c48e1eb6f505d58813f5227657':
Add Content Description for Focusable Elements in TV Recents UI
Change-Id: I13991ffb3eec7e12a4e674523fe4259d90faad7e
am: c178f519b9
* commit 'c178f519b94b239aa02633dae7127e619f5b0aa6':
Added accessibility action for scrolling the notifications
Fixed a bug where the text directionality was inconsistent
Change-Id: I42fa93677ccd0d58d7b71f274f77af867f065ac4
To add a background to children of a group, a couple of things
are changed when a group is in the expanded state:
- The parent's shadow + background is removed
- The group header is given a background and elevation
- The children are elevated to cast a shadow and have backgrounds
- When it's fully expanded the dividers won't be shown
- There's extra height added to the parent so that the child
may cast the bottom shadow of the group
- As the children move into the bottom stack the last visible
one alters its height and the ones below it are hidden
to achieve the clipping effect
Fixes: 27591195
Fixes: 28655641
Change-Id: I0484308843e9b8bc10391387e54de07973a48f7d
This should let the user be able to access dismiss in talkback
mode. However, because talkback relies on focus changes to work,
the focus change animator is disabled. This means some visuals
will not work the same as when talkback is turned off.
BUG: 28594452
Change-Id: Idb443fe559bd7a636ff381e6727f81d41d0bd325
Also made the stackscroller focusable if and only if it is
scrollable. This will allow it to be important for accessibility
again.
Change-Id: I7773ed3a19d23f6bc62a1b9a23464cfbecd0ec03
Fixes: 25673942
am: 6c2bc3db95
* commit '6c2bc3db95dde4e4dff9d04266c3b87c8a6af306':
Nav bar: fix tablet density change issues
Change-Id: I1a78b8cc86c3fef24cdddbd07c0dfafb61bca471
- Re-inflate the contents of the NavigationBarInflaterView
- Call up to parent to notify the contents has been reinflated
- Fix how default tunable is handled, so that the resource is
reloaded on density change
Change-Id: If25f68d01eedd3319b0c270e1cf80ac382eea637
Fixes: 27227522