Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DTonemapCurve.java169 return getCurve(colorChannel).length / POINT_SIZE; in getPointCount()
196 final float[] curve = getCurve(colorChannel); in getPoint()
240 float[] curve = getCurve(colorChannel); in copyColorCurve()
311 float[] curve = getCurve(colorChannel); in curveToString()
326 private float[] getCurve(int colorChannel) { in getCurve() method in TonemapCurve
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DPersistentDataStoreTest.java80 Pair<float[], float[]> curve = config.getCurve(); in testLoadingBrightnessConfigurations()
88 curve = config.getCurve(); in testLoadingBrightnessConfigurations()
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DBrightnessConfigurationTest.java63 Pair<float[], float[]> curve = config.getCurve(); in testSetCurveIsUnmodified()
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessMappingStrategy.java897 Pair<float[], float[]> defaultCurve = mConfig.getCurve(); in computeSpline()
916 Pair<float[], float[]> curve = mConfig.getCurve(); in getUnadjustedBrightness()
DDisplayManagerService.java1455 Pair<float[], float[]> curve = config.getCurve();
/frameworks/base/core/java/android/hardware/display/
DBrightnessConfiguration.java106 public Pair<float[], float[]> getCurve() { in getCurve() method in BrightnessConfiguration
/frameworks/base/core/api/
Dtest-lint-baseline.txt1012 MissingNullability: android.hardware.display.BrightnessConfiguration#getCurve():
Dsystem-current.txt3213 method public android.util.Pair<float[],float[]> getCurve();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt45645 method public java.security.spec.EllipticCurve getCurve();
/frameworks/base/config/
Dboot-image-profile.txt26708 HSPLjava/security/spec/ECParameterSpec;->getCurve()Ljava/security/spec/EllipticCurve;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22332 Landroid/hardware/camera2/params/TonemapCurve;->getCurve(I)[F