Searched refs:bucketHeight (Results 1 – 1 of 1) sorted by relevance
/frameworks/layoutlib/bridge/tests/src/android/util/imagepool/ |
D | ImagePoolImplTest.java | 87 int bucketHeight = 800; in testImageDisposedAndRecycled() local 91 new int[]{bucketWidth, bucketHeight}, in testImageDisposedAndRecycled() 93 bucketHeight * bucketWidth * 4 * 3)); in testImageDisposedAndRecycled() 111 assertEquals(bufferedImageForImg1.getHeight(), bucketHeight); in testImageDisposedAndRecycled() local 138 int bucketHeight = 800; in testBufferedImageReleased() local 140 new int[]{bucketWidth, bucketHeight}, in testBufferedImageReleased() 168 int bucketHeight = 800; in testPoolWidthHeightNotBigEnough() local 170 new ImagePoolPolicy(new int[]{bucketWidth, bucketHeight}, new int[]{1, 1}, in testPoolWidthHeightNotBigEnough() 182 int bucketHeight = 800; in testSizeNotBigEnough() local 184 new ImagePoolPolicy(new int[]{bucketWidth, bucketHeight}, new int[]{1, 1}, in testSizeNotBigEnough() [all …]
|