Home
last modified time | relevance | path

Searched defs:mockDrawable2 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DLayerDrawableTest.java406 Drawable mockDrawable2 = spy(new ColorDrawable(Color.RED)); in testDraw() local
514 Drawable mockDrawable2 = spy(new ColorDrawable(Color.BLACK)); in testSetDither() local
533 Drawable mockDrawable2 = new ColorDrawable(Color.GREEN); in testSetHotspotBounds() local
547 Drawable mockDrawable2 = new ColorDrawable(Color.GREEN); in testGetHotspotBounds() local
560 Drawable mockDrawable2 = spy(new ColorDrawable(Color.BLACK)); in testSetAlpha() local
578 Drawable mockDrawable2 = spy(new ColorDrawable(Color.BLACK)); in testSetColorFilter() local
600 Drawable mockDrawable2 = spy(new ColorDrawable(Color.GREEN)); in testAccessOpacity() local
646 MockDrawable mockDrawable2 = new MockDrawable(true); in testSetState() local
684 Drawable mockDrawable2 = spy(new ColorDrawable(Color.BLACK)); in testJumpToCurrentState() local
700 MockDrawable mockDrawable2 = new MockDrawable(); in testSetLevel() local
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DProgressBarTest.java375 Drawable mockDrawable2 = spy(new ColorDrawable(Color.GREEN)); in testInvalidateDrawable() local