Searched refs:setBackgroundTintColor (Results 1 – 3 of 3) sorted by relevance
20 import static android.support.design.testutils.FloatingActionButtonActions.setBackgroundTintColor;85 .perform(setBackgroundTintColor(Color.GREEN)) in testSetTintOnDefaultBackgroundTint()100 .perform(setBackgroundTintColor(Color.GREEN)) in testSetTintOnDeclaredBackgroundTint()
506 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
34 public static ViewAction setBackgroundTintColor(@ColorInt final int color) { in setBackgroundTintColor() method in FloatingActionButtonActions