Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DOutputConfiguration.java762 mSensorPixelModesUsed = convertIntArrayToIntegerList(sensorPixelModesUsed); in OutputConfiguration()
850 private static ArrayList<Integer> convertIntArrayToIntegerList(int[] intArray) { in convertIntArrayToIntegerList() method in OutputConfiguration