Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DBrightnessTracker.java135 private static final int COLOR_SAMPLE_COMPONENT_MASK = 0x1 << 2; field in BrightnessTracker
850 && (attributes.getComponentMask() & COLOR_SAMPLE_COMPONENT_MASK) != 0) { in enableColorSampling()
1198 Display.DEFAULT_DISPLAY, enable, COLOR_SAMPLE_COMPONENT_MASK, noFrames); in enableColorSampling()