Home
last modified time | relevance | path

Searched defs:bucketHeight (Results 1 – 1 of 1) sorted by relevance

/frameworks/layoutlib/bridge/tests/src/android/util/imagepool/
DImagePoolImplTest.java87 int bucketHeight = 800; in testImageDisposedAndRecycled() local
111 assertEquals(bufferedImageForImg1.getHeight(), bucketHeight); in testImageDisposedAndRecycled() local
138 int bucketHeight = 800; in testBufferedImageReleased() local
168 int bucketHeight = 800; in testPoolWidthHeightNotBigEnough() local
182 int bucketHeight = 800; in testSizeNotBigEnough() local
198 int bucketHeight = 800; in testImageMultipleCopies() local
233 int bucketHeight = 800; in testPoolDispose() local
281 int bucketHeight = Math.max(width, height); in getSimpleSingleBucketPool() local