Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/contrast/
H A DContrastDialog.kt76 val contrastValue = fromContrastLevel(contrastLevel) regex
79 contrastValue,
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCSVWriterFilter.java89 FrameValue contrastValue = in onProcess() local
91 float contrast = ((Float)contrastValue.getValue()).floatValue(); in onProcess()