Searched refs:recordBucketCreation (Results 1 – 4 of 4) sorted by relevance
25 void recordBucketCreation(int widthBucket, int heightBucket); in recordBucketCreation() method
45 public void recordBucketCreation(int widthBucket, int heightBucket) { in recordBucketCreation() method in ImagePoolStatsDebugImpl46 super.recordBucketCreation(widthBucket, heightBucket); in recordBucketCreation()
32 public void recordBucketCreation(int widthBucket, int heightBucket) { in recordBucketCreation() method in ImagePoolStatsProdImpl
120 stats.recordBucketCreation(metaData.mWidth, metaData.mHeight); in populateBucket()