Root Cause: Store value in opacity value, need to be inverted to transparency value. Solution: transfer to transparency value and rename related field. Bug: 183980065 Test: atest FloatingMenuTransparencyPreferenceControllerTest Change-Id: I763dda47854e7cf945a95f4a7d4965725cd73824
Running Settings Robolectric tests
The full suite
$ croot
$ make RunSettingsRoboTests
Running a single test class
$ croot
$ make RunSettingsRoboTests ROBOTEST_FILTER=<ClassName>
For example:
make RunSettingsRoboTests ROBOTEST_FILTER=CodeInspectionTest
You can also use partial class name in ROBOTEST_FILTER. If the partial class name matches multiple file names, all of them will be executed.