Home
last modified time | relevance | path

Searched refs:actualBackgroundDrawable (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/viewpager/src/androidTest/java/android/support/v4/testutils/
DTestUtilsMatchers.java53 Drawable actualBackgroundDrawable = view.getBackground(); in backgroundColor() local
54 if (actualBackgroundDrawable == null) { in backgroundColor()
64 TestUtils.assertAllPixelsOfColor("", actualBackgroundDrawable, in backgroundColor()