Commit Graph

4 Commits

Author SHA1 Message Date
Tiger Huang
d6ae238128 Add an activity for testing WindowInsetsController
Which tests these APIs:
- WindowInsetsController#setSystemBarsBehavior
- WindowInsetsController#show
- WindowInsetsController#hide
- WindowInsetsController#addOnControllableInsetsChangedListener
- WindowInsetsController#controlWindowInsetsAnimation
- WindowInsetsAnimationController#setInsetsAndAlpha
- WindowInsetsAnimationController#finish

Bug: 118118435
Test: Manual test
Change-Id: I7f365007abf2c3e6f04e1493e8be7aaef07cb807
2020-06-17 19:52:03 +08:00
Ashwini Oruganti
e178c24db3 Add an exported flag in manifest
With b/150232615, we will need an explicit value set for the exported
flag when intent filters are present, as the default behavior is
changing for S+. This change adds the value reflecting the previous
default to the manifest.

These changes were made using an automated tool, the xml file may be
reformatted slightly creating a larger diff. The only "real" change is
the addition of "android:exported" to activities, services, and
receivers that have one or more intent-filters.

Bug: 150232615
Test: TH
Exempt-From-Owner-Approval: mechanical refactoring
Change-Id: I4457ff2bd466a4c56fed2570e110f251031c2385
2020-03-23 18:34:09 +00:00
Adrian Roos
2345831a0a WindowInsetsTests: More compelling IME transition sample
Test: make WindowInsetsTests && adb install ...
Change-Id: I4320871bdc8184fac38921616e1a1322f8dbc804
2020-02-18 14:11:37 +00:00
Jorim Jaggi
a31ca7caed Add test app for new Inset API's
Bug: 118118435
Change-Id: I53f09522a7859f15364dd2b71fa495256a830235
2020-01-16 12:27:46 +00:00