Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
DProgressBarMixinTest.java113 ColorStateList.valueOf(Color.MAGENTA), progressBar.getProgressBackgroundTintList()); in testSetColorBeforeSetShown()
130 ColorStateList.valueOf(Color.YELLOW), progressBar.getProgressBackgroundTintList()); in testSetColorAfterSetShown()
146 assertEquals(null, progressBar.getProgressBackgroundTintList()); in testDeterminateProgressBarNullTint()
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/
DGlifLayoutTest.java110 assertThat(progressBar.getProgressBackgroundTintList()) in testSetPrimaryColor()
132 .that(progressBar.getProgressBackgroundTintList()) in testSetPrimaryColorTablet()
/frameworks/base/core/java/android/widget/
DProgressBar.java1212 public ColorStateList getProgressBackgroundTintList() { in getProgressBackgroundTintList() method in ProgressBar
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38045 method public android.content.res.ColorStateList getProgressBackgroundTintList();
/frameworks/base/api/
Dcurrent.txt56323 method @Nullable public android.content.res.ColorStateList getProgressBackgroundTintList();