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

/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DTestUtilsMatchers.java82 public static Matcher isBackground(@ColorInt final int color) { method in class:TestUtilsMatchers
83 return isBackground(color, false);
90 public static Matcher isBackground(@ColorInt final int color, final boolean onlyTestCenter) { method in class:TestUtilsMatchers

Completed in 1314 milliseconds