Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DTonemapCurve.java110 checkArgumentArrayLengthDivisibleBy(red, POINT_SIZE, "red"); in TonemapCurve()
111 checkArgumentArrayLengthDivisibleBy(green, POINT_SIZE, "green"); in TonemapCurve()
112 checkArgumentArrayLengthDivisibleBy(blue, POINT_SIZE, "blue"); in TonemapCurve()
127 private static void checkArgumentArrayLengthDivisibleBy(float[] array, in checkArgumentArrayLengthDivisibleBy() method in TonemapCurve