Searched refs:setBackgroundTintColor (Results 1 – 3 of 3) sorted by relevance
20 import static android.support.design.testutils.FloatingActionButtonActions.setBackgroundTintColor;64 .perform(setBackgroundTintColor(Color.GREEN)) in testSetTintOnDefaultBackgroundTint()77 .perform(setBackgroundTintColor(Color.GREEN)) in testSetTintOnDeclaredBackgroundTint()
34 public static ViewAction setBackgroundTintColor(@ColorInt final int color) { in setBackgroundTintColor() method in FloatingActionButtonActions
508 setBackgroundTintColor(color); in updateBackgroundTint()518 setBackgroundTintColor(newColor); in updateBackgroundTint()533 private void setBackgroundTintColor(int color) { in setBackgroundTintColor() method in ActivatableNotificationView