Home
last modified time | relevance | path

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

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