Searched refs:mSupportedHdrTypes (Results 1 – 2 of 2) sorted by relevance
2097 private final int[] mSupportedHdrTypes; field in Display.Mode2128 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 …]
59679 Landroid/view/Display$HdrCapabilities;->mSupportedHdrTypes:[I