StatusBar#canHeadsUp moved to StatusBarNotificationPresenter#canHeadsUp,
but a case was inverted causing HUNs not to show
Change-Id: I447634486007df9c96b1d924bcbabce8dcdf8aa5
Fixes: 118365227
Test: Generate notification that will heads-up
This CL changes notification inflation behavior to only inflate the
public content view when the notification needs to be redacted in the
first place (i.e. the setting to hide sensitive notifications is on and
the notification would be hidden under the setting). This saves around
.1 MB per notification.
Bug: 111809944
Fixes: 111809944
Test: runtest systemui, manual tests (toggled hide sensitive on and off,
tested ambient pulses under both)
Change-Id: Ia1d00db00c5164f043c999578f0be4b55f223f8e
* changes:
Add ProtoInputStream and UsageStatsProto to art profiles
Upgrade UsageStatsDatabase to version 4 (attempt 2)
Move UsageStatsDatabase upgrade backup to seperate folder
Add proper @UnsupportedAppUsage annotation for the following methods:
- AudioTrack.getLatency().
- AudioSystm.getPrimaryOutputSamplingRate()
- AudioSystem.getPrimaryOutputFrameCount()
Bug: 112561552
Test: make
Change-Id: I8480ad4699ab530e0b83a00a0897756e676c3cda
Temporary workaround to get things rolling while a greater fix is
incoming. This reverts behavior to essentially inflating all
HUN/ambient content views.
Bug: 117933032
Bug: 117894786
Test: manual, runtest systemui
Change-Id: I731ec6e320d1813a8bbca52ceb21c1d8bb4e73ff
Moved the rotation button in nav bar logic to its own button.
Test: atest NavigationBarRotationContextTest
Bug: 116041410
Change-Id: I7bb3c4c4a1637b52a7219c1074c09403c9505734
Moved "delete key," replaced confirmation button and reduced
the size of the ripples, for improved security.
Change-Id: Idc7a86490c3ca1d9fd69f4f5c6f8ede07909fea2
Test: visual
Fixes: 74259090
Draw TextureView with bilerp sampling, when the matrix is not
integer translate or identity. For example scaling matrix or
translation on X by 0.4f will draw with GL_LINEAR on OpenGL pipeline.
Translation on X by 3.0f will draw TextureView with GL_NEAREST.
Bug: 117890671
Test: ran camera app
Change-Id: I3acd710ff2cb4ee7b14dd4b7d9227842187130c9
IterableSubject had its generics removed causing a test to fail to
compile. Strip the generics in advance of the upgrade.
Test: make -j56 RunFrameworksServicesRoboTests
Change-Id: If411475d2bf3115efbbe910012884842765709ec
On older devices, the dark amount wouldn't be updated before the layout
pass, the owner info view would end up with the wrong visibility.
Change-Id: I0f7660d70a090ecd1a86a1d870645982edeb1ea4
Fixes: 113247412
Test: manual