Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTransitionTests.java1863 final int expectedBackgroundColor = ColorUtils.setAlphaComponent( in testChangeSetBackgroundColor() local
1866 assertEquals(expectedBackgroundColor, info.getChanges().get(0).getBackgroundColor()); in testChangeSetBackgroundColor()
1867 assertEquals(expectedBackgroundColor, info.getChanges().get(1).getBackgroundColor()); in testChangeSetBackgroundColor()