Home
last modified time | relevance | path

Searched refs:mBucketBoundaries (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/display/
DAmbientBrightnessDayStats.java44 private final float[] mBucketBoundaries; field in AmbientBrightnessDayStats
90 mBucketBoundaries = bucketBoundaries; in AmbientBrightnessDayStats()
115 return mBucketBoundaries; in getBucketBoundaries()
120 mBucketBoundaries = source.createFloatArray(); in AmbientBrightnessDayStats()
150 return mLocalDate.equals(other.mLocalDate) && Arrays.equals(mBucketBoundaries, in equals()
151 other.mBucketBoundaries) && Arrays.equals(mStats, other.mStats); in equals()
159 result = result * prime + Arrays.hashCode(mBucketBoundaries); in hashCode()
169 for (int i = 0; i < mBucketBoundaries.length; i++) { in toString()
174 bucketBoundariesString.append(mBucketBoundaries[i]); in toString()
191 dest.writeFloatArray(mBucketBoundaries); in writeToParcel()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt19682 Landroid/hardware/display/AmbientBrightnessDayStats;->mBucketBoundaries:[F