Home
last modified time | relevance | path

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

/frameworks/support/design/tests/src/android/support/design/widget/
DFloatingActionButtonTest.java20 import static android.support.design.testutils.FloatingActionButtonActions.setBackgroundTintColor;
85 .perform(setBackgroundTintColor(Color.GREEN)) in testSetTintOnDefaultBackgroundTint()
100 .perform(setBackgroundTintColor(Color.GREEN)) in testSetTintOnDeclaredBackgroundTint()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java506 setBackgroundTintColor(newColor); in setOverrideTintColor()
529 setBackgroundTintColor(color); in updateBackgroundTint()
539 setBackgroundTintColor(newColor); in updateBackgroundTint()
554 private void setBackgroundTintColor(int color) { in setBackgroundTintColor() method in ActivatableNotificationView
/frameworks/support/design/tests/src/android/support/design/testutils/
DFloatingActionButtonActions.java34 public static ViewAction setBackgroundTintColor(@ColorInt final int color) { in setBackgroundTintColor() method in FloatingActionButtonActions