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.java407 Drawable mockDrawable2 = spy(new ColorDrawable(Color.RED)); in testDraw() local
515 Drawable mockDrawable2 = spy(new ColorDrawable(Color.BLACK)); in testSetDither() local
534 Drawable mockDrawable2 = new ColorDrawable(Color.GREEN); in testSetHotspotBounds() local
548 Drawable mockDrawable2 = new ColorDrawable(Color.GREEN); in testGetHotspotBounds() local
561 Drawable mockDrawable2 = spy(new ColorDrawable(Color.BLACK)); in testSetAlpha() local
579 Drawable mockDrawable2 = spy(new ColorDrawable(Color.BLACK)); in testSetColorFilter() local
601 Drawable mockDrawable2 = spy(new ColorDrawable(Color.GREEN)); in testAccessOpacity() local
647 MockDrawable mockDrawable2 = new MockDrawable(true); in testSetState() local
685 Drawable mockDrawable2 = spy(new ColorDrawable(Color.BLACK)); in testJumpToCurrentState() local
701 MockDrawable mockDrawable2 = new MockDrawable(); in testSetLevel() local
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DProgressBarTest.java403 Drawable mockDrawable2 = spy(new ColorDrawable(Color.GREEN)); in testInvalidateDrawable() local