Home
last modified time | relevance | path

Searched refs:getCurve (Results 1 – 15 of 15) 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/keystore/java/android/security/keystore2/
DKeymasterUtils.java180 if (curveSpec.getCurve().equals(spec.getCurve()) in isECParameterSpecOfCurve()
DAndroidKeyStoreKeyAgreementSpi.java147 && !((ECKey) key).getParams().getCurve() in engineDoPhase()
148 .equals(((ECKey) mKey).getParams().getCurve())) { in engineDoPhase()
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessMappingStrategy.java1093 Pair<float[], float[]> currentCurve = mConfig.getCurve(); in dumpConfigDiff()
1096 Pair<float[], float[]> defaultCurve = mDefaultConfig.getCurve(); in dumpConfigDiff()
1203 Pair<float[], float[]> defaultCurve = mConfig.getCurve(); in computeSpline()
1222 Pair<float[], float[]> curve = mConfig.getCurve(); in getUnadjustedBrightness()
DDisplayManagerService.java2647 c.getCurve().first, in setBrightnessConfigurationForDisplayInternal()
2648 c.getCurve().second, in setBrightnessConfigurationForDisplayInternal()
2688 Pair<float[], float[]> curve = config.getCurve(); in isBrightnessConfigurationTooDark()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DPersistentDataStoreTest.java204 Pair<float[], float[]> curve = config.getCurve(); in testLoadingBrightnessConfigurations()
212 curve = config.getCurve(); in testLoadingBrightnessConfigurations()
DBrightnessMappingStrategyTest.java451 assertEquals(LUX_LEVELS_IDLE[i], bms.getDefaultConfig().getCurve().first[i], TOLERANCE); in testIdleModeConfigLoadsCorrectly()
452 assertEquals(DISPLAY_LEVELS_NITS_IDLE[i], bms.getDefaultConfig().getCurve().second[i], in testIdleModeConfigLoadsCorrectly()
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DBrightnessConfigurationTest.java64 Pair<float[], float[]> curve = config.getCurve(); in testSetCurveIsUnmodified()
/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java933 int keySize = spec.getCurve().getField().getFieldSize(); in toKeymasterCurve()
/frameworks/base/core/java/android/hardware/display/
DBrightnessConfiguration.java106 public Pair<float[], float[]> getCurve() { in getCurve() method in BrightnessConfiguration
/frameworks/base/core/api/
Dsystem-current.txt5093 method public android.util.Pair<float[],float[]> getCurve();
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt45645 method public java.security.spec.EllipticCurve getCurve();
/frameworks/base/config/
Dboot-image-profile.txt26492 HSPLjava/security/spec/ECParameterSpec;->getCurve()Ljava/security/spec/EllipticCurve;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt19454 Landroid/hardware/camera2/params/TonemapCurve;->getCurve(I)[F