Searched refs:assertDrawableColor (Results 1 – 2 of 2) sorted by relevance
129 assertDrawableColor(window.getDecorView().getBackground(), mWindowBackground); in assertThemeApplied()154 assertDrawableColor(background, expected); in assertLayoutBGColor()157 private void assertDrawableColor(Drawable drawable, int expected) { in assertDrawableColor() method in TestThemeHelper170 assertDrawableColor(background, mColorBackground); in assertTextViewBGColor()
434 assertDrawableColor(activity.getWindow().getDecorView().getBackground(), in assertActivityThemeApplied()441 assertDrawableColor(background, expected); in assertBaseLayoutBGColor()451 assertDrawableColor(background, expected); in assertTextViewBGColor()454 private static void assertDrawableColor(Drawable drawable, int expected) { in assertDrawableColor() method in SplitAppTest