Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplay.java1158 public @interface HdrType {} annotation in Display.HdrCapabilities
1160 private @HdrType int[] mSupportedHdrTypes = new int[0];
1186 public @HdrType int[] getSupportedHdrTypes() { in getSupportedHdrTypes()