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.java194 final Canvas can_test = new Canvas(bm_test); in testDrawSetBounds() local
197 can_test.translate(-left, -top); in testDrawSetBounds()
198 iconDrawable.draw(can_test); in testDrawSetBounds()
199 can_test.translate(left, top); in testDrawSetBounds()