Searched refs:bucketCount (Results 1 – 1 of 1) sorted by relevance
265 int bucketCount = mVariationCount + 1; in getDevice() local266 double inchesPerBucket = (biggest - smallest) / bucketCount; in getDevice()