History log of /frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/SystemBarHelperTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
99231ff98b97a82811f889636ad6dae6d371275b 10-Jun-2015 Maurice Lam <yukl@google.com> [SetupWizardLib] Add showSystemBars method

Added showSystemBars method that will undo the visbility flags added
by hideSystemBars.

Change-Id: Iaaa2f2e96089ebf3696f747f51d9174dc0d2bb09
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/SystemBarHelperTest.java
899caf2cf473e512567832d283e9750679f0bf4d 08-Aug-2015 Maurice Lam <yukl@google.com> [SuwLib] Fix unit tests

hideSystemBars is no-op in versions < lollipop.

Change-Id: I2eaab0f044c4fe69511d09e6f0622c6c20979fe6
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/SystemBarHelperTest.java
803f8b1dc47a4adebfab7434b6d8e410f80de14f 01-Aug-2015 Maurice Lam <yukl@google.com> [SuwLib] Avoid infinite loop in SystemBarHelper

Set the maximum number of retries allowed by SystemBarHelper to
peek for the decor view to 3.

Bug: 22846994
Change-Id: Ia69cb28deb8c182a7f31890d20cc687218b93200
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/SystemBarHelperTest.java
6be36beb1bdcd9211c504bbb1647d1f610ba2185 04-Apr-2015 Maurice Lam <yukl@google.com> [SetupWizardLib] Adjust immersive flags for dialogs

Remove the LAYOUT_ immersive flags and apply only HIDE_NAVIGATION and
IMMERSIVE_STICKY. This is because LAYOUT_ flags causes dialogs to not
resize for keyboard, and dialogs don't have to draw under the status
or navigation bars anyway.

Bug: 20091077
Change-Id: I96dc650a1d31046b30c6337b32c1bb91ee4548d2
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/SystemBarHelperTest.java
9f9367672191190f903955d09a4314d40869acc6 27-Mar-2015 Maurice Lam <yukl@google.com> [SetupWizardLib] Eclair compat build

Bug: 19929602
Change-Id: I0e3ed9024461ec50efe2258031c1d2648f0d333f
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/SystemBarHelperTest.java
e96ec75d23e82b352ab1393dbac8d6372ceb62d7 26-Mar-2015 Maurice Lam <yukl@google.com> [SetupWizardLib] Fix back button bug

Fix bug in SystemBarHelper.setBackButtonVisible and added unit tests
to the class.

Bug: 19936103
Change-Id: I252e0069ee7b21d25422859a51f51dcbe4c6a7d5
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/SystemBarHelperTest.java