Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/tests/src/android/util/imagepool/
H A DImagePoolImplTest.java86 int bucketWidth = 800; in testImageDisposedAndRecycled() local
110 assertEquals(bufferedImageForImg1.getWidth(), bucketWidth); in testImageDisposedAndRecycled() local
137 int bucketWidth = 800; in testBufferedImageReleased() local
167 int bucketWidth = 999; in testPoolWidthHeightNotBigEnough() local
181 int bucketWidth = 800; in testSizeNotBigEnough() local
197 int bucketWidth = 800; in testImageMultipleCopies() local
232 int bucketWidth = 800; in testPoolDispose() local
280 int bucketWidth = Math.max(width, height); in getSimpleSingleBucketPool() local
/aosp12/frameworks/base/core/java/android/net/
H A DRssiCurve.java63 public final int bucketWidth; field in RssiCurve
84 public RssiCurve(int start, int bucketWidth, byte[] rssiBuckets) { in RssiCurve()
96 public RssiCurve(int start, int bucketWidth, byte[] rssiBuckets, int activeNetworkRssiBoost) { in RssiCurve()
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/
H A DTimeStats.cpp450 static int32_t clampToNearestBucket(Fps fps, size_t bucketWidth) { in clampToNearestBucket()