Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DDisplay.java2097 private final int[] mSupportedHdrTypes; field in Display.Mode
2128 Arrays.sort(mSupportedHdrTypes); in Mode()
2208 return Arrays.copyOf(mSupportedHdrTypes, mSupportedHdrTypes.length); in getSupportedHdrTypes()
2286 && Arrays.equals(mSupportedHdrTypes, that.mSupportedHdrTypes); in equals()
2333 out.writeIntArray(mSupportedHdrTypes); in writeToParcel()
2494 mSupportedHdrTypes = supportedHdrTypes; in HdrCapabilities()
2495 Arrays.sort(mSupportedHdrTypes); in HdrCapabilities()
2511 return Arrays.copyOf(mSupportedHdrTypes, mSupportedHdrTypes.length); in getSupportedHdrTypes()
2543 return Arrays.equals(mSupportedHdrTypes, that.mSupportedHdrTypes) in equals()
2580 mSupportedHdrTypes = new int[types]; in readFromParcel()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt59679 Landroid/view/Display$HdrCapabilities;->mSupportedHdrTypes:[I