Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/
H A DGlifLayoutTest.java146 assertThat(layout.getBackgroundBaseColor().getDefaultColor()).isEqualTo(Color.RED); in testSetBackgroundBaseColor()
157 assertThat(layout.getBackgroundBaseColor().getDefaultColor()).isEqualTo(Color.RED); in testSetBackgroundBaseColorTablet()
/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DGlifLayoutTest.java121 Integer.toHexString(glifLayout.getBackgroundBaseColor().getDefaultColor())); in testGlifV2Theme()
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifLayout.java268 public ColorStateList getBackgroundBaseColor() { in getBackgroundBaseColor() method in GlifLayout