Searched defs:bucketWidth (Results 1 – 3 of 3) sorted by relevance
86 int bucketWidth = 800; in testImageDisposedAndRecycled() local110 assertEquals(bufferedImageForImg1.getWidth(), bucketWidth); in testImageDisposedAndRecycled() local137 int bucketWidth = 800; in testBufferedImageReleased() local167 int bucketWidth = 999; in testPoolWidthHeightNotBigEnough() local181 int bucketWidth = 800; in testSizeNotBigEnough() local197 int bucketWidth = 800; in testImageMultipleCopies() local232 int bucketWidth = 800; in testPoolDispose() local280 int bucketWidth = Math.max(width, height); in getSimpleSingleBucketPool() local
63 public final int bucketWidth; field in RssiCurve84 public RssiCurve(int start, int bucketWidth, byte[] rssiBuckets) { in RssiCurve()96 public RssiCurve(int start, int bucketWidth, byte[] rssiBuckets, int activeNetworkRssiBoost) { in RssiCurve()
450 static int32_t clampToNearestBucket(Fps fps, size_t bucketWidth) { in clampToNearestBucket()