Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAdaptiveIconDrawableTest.java181 final Canvas can_test = new Canvas(bm_test); in testDrawSetBounds() local
184 can_test.translate(-left, -top); in testDrawSetBounds()
185 iconDrawable.draw(can_test); in testDrawSetBounds()
186 can_test.translate(left, top); in testDrawSetBounds()