Home
last modified time | relevance | path

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

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