Home
last modified time | relevance | path

Searched refs:multiSourceMinAlphaController (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
DMultiSourceMinAlphaControllerTest.kt42 private val multiSourceMinAlphaController = constant
49 multiSourceMinAlphaController.reset() in setup()
54 multiSourceMinAlphaController.setAlpha(alpha = 0.5f, sourceId = TEST_SOURCE_1) in testSetAlpha()
60 multiSourceMinAlphaController.animateToAlpha( in testAnimateToAlpha()
71 multiSourceMinAlphaController.animateToAlpha( in testReset()
76 multiSourceMinAlphaController.setAlpha(alpha = 0.7f, sourceId = TEST_SOURCE_2) in testReset()
77 multiSourceMinAlphaController.reset() in testReset()
85 multiSourceMinAlphaController.setAlpha(alpha = 0f, sourceId = TEST_SOURCE_1) in testMinOfTwoSourcesIsApplied()
86 multiSourceMinAlphaController.setAlpha(alpha = 0.5f, sourceId = TEST_SOURCE_2) in testMinOfTwoSourcesIsApplied()
88 multiSourceMinAlphaController.setAlpha(alpha = 1f, sourceId = TEST_SOURCE_1) in testMinOfTwoSourcesIsApplied()
[all …]