Searched refs:strengthLevel (Results 1 – 3 of 3) sorted by relevance
58 public void setMatrix(int strengthLevel) { in setMatrix() argument60 if (strengthLevel < 0) { in setMatrix()61 strengthLevel = 0; in setMatrix()62 } else if (strengthLevel > 100) { in setMatrix()63 strengthLevel = 100; in setMatrix()65 Slog.d(ColorDisplayService.TAG, "Setting bright color reduction level: " + strengthLevel); in setMatrix()66 mStrength = strengthLevel; in setMatrix()71 final float componentValue = computeComponentValue(strengthLevel); in setMatrix()126 private float computeComponentValue(int strengthLevel) { in computeComponentValue() argument127 final float percentageStrength = strengthLevel / 100f; in computeComponentValue()
308 void turnOnTorchWithStrengthLevel(@utf8InCpp String cameraId, int strengthLevel, in turnOnTorchWithStrengthLevel() argument
466 public double calcIdlePowerAtSignalStrengthMah(long strengthTimeMs, int strengthLevel) { in calcIdlePowerAtSignalStrengthMah() argument467 return mIdlePowerEstimators[strengthLevel].calculatePower(strengthTimeMs); in calcIdlePowerAtSignalStrengthMah()