Searched defs:isBackground (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/testutils/
H A DTestUtilsMatchers.java83 public static Matcher isBackground(@ColorInt final int color) { method in class:TestUtilsMatchers
84 return isBackground(color, false);
91 public static Matcher isBackground(@ColorInt final int color, final boolean onlyTestCenter) { method in class:TestUtilsMatchers

Completed in 68 milliseconds