Searched defs:img1 (Results 1 – 1 of 1) sorted by relevance
/frameworks/layoutlib/bridge/tests/src/android/util/imagepool/ |
D | ImagePoolImplTest.java | 56 Image img1 = pool.acquire(width, height, type, in testImageDispose() local 99 Image img1 = pool.acquire(width, height, type, in testImageDisposedAndRecycled() local 207 Image img1 = pool.acquire(width, height, type, bufferedImage -> cd1.countDown()); in testImageMultipleCopies() local 244 Image img1 = pool.acquire(width, height, type, bufferedImage -> cd1.countDown()); in testPoolDispose() local 273 Image img1 = pool.acquire(width, height, type, bufferedImage -> cd.countDown()); in createImageAndReturnBufferedImage() local
|