HomeSort by relevance Sort by last modified time
    Searched refs:sandColor (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
AppCompatMenuItemIconTintingTest.java 131 final ColorStateList sandColor = ResourcesCompat.getColorStateList(
133 MenuItemCompat.setIconTintList(sixthItem, sandColor);
160 final ColorStateList sandColor = ResourcesCompat.getColorStateList(
162 MenuItemCompat.setIconTintList(firstItem, sandColor);
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
AppCompatBaseViewTest.java 130 final ColorStateList sandColor = ResourcesCompat.getColorStateList(
133 setBackgroundTintList(sandColor));
229 final ColorStateList sandColor = ResourcesCompat.getColorStateList(
231 onView(withId(viewId)).perform(setBackgroundTintList(sandColor));
310 final ColorStateList sandColor = ResourcesCompat.getColorStateList(
312 onView(withId(viewId)).perform(setBackgroundTintListViewCompat(sandColor));
    [all...]
AppCompatBaseImageViewTest.java 99 final ColorStateList sandColor = ResourcesCompat.getColorStateList(
102 AppCompatTintableViewActions.setImageSourceTintList(sandColor));
405 final ColorStateList sandColor = ResourcesCompat.getColorStateList(
408 AppCompatTintableViewActions.setBackgroundTintList(sandColor));

Completed in 195 milliseconds