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

  /external/skia/samplecode/
SampleRectanizer.cpp 93 SkPaint redFill;
94 redFill.setColor(SK_ColorRED);
107 canvas->drawRect(r, redFill);
  /frameworks/support/design/tests/src/android/support/design/widget/
BottomNavigationViewTest.java 119 @ColorInt final int redFill = ResourcesCompat.getColor(res, R.color.test_red, null);
124 new TestDrawable(redFill, iconSize, iconSize)));
172 matches(TestUtilsMatchers.drawable(redFill, allowedComponentVariance)));
NavigationViewTest.java 260 final @ColorInt int redFill = ResourcesCompat.getColor(res, R.color.test_red, null);
265 new TestDrawable(redFill, iconSize, iconSize)));
322 withStartDrawableFilledWith(redFill, 0)));

Completed in 59 milliseconds