Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSTileViewImplTest.kt292 val colorsDisabledByPolicy = tileView.getCurrentColors() in testDisabledByPolicyInactive_usesUnavailableColors()
295 val colorsUnavailable = tileView.getCurrentColors() in testDisabledByPolicyInactive_usesUnavailableColors()
310 val colorsDisabledByPolicy = tileView.getCurrentColors() in testDisabledByPolicyActive_usesUnavailableColors()
313 val colorsUnavailable = tileView.getCurrentColors() in testDisabledByPolicyActive_usesUnavailableColors()
327 val activeColors = tileView.getCurrentColors() in testDisableByPolicyThenRemoved_changesColor()
331 assertThat(tileView.getCurrentColors()).isNotEqualTo(activeColors) in testDisableByPolicyThenRemoved_changesColor()
335 assertThat(tileView.getCurrentColors()).containsExactlyElementsIn(activeColors) in testDisableByPolicyThenRemoved_changesColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt1058 internal fun getCurrentColors(): List<Int> = in <lambda>() method