Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyMetadataMapper.java633 List<String> effectModes = p.getSupportedColorEffects(); in mapControlOther() local
634 int[] supportedEffectModes = (effectModes == null) ? new int[0] : in mapControlOther()
635 ArrayUtils.convertStringListToIntArray(effectModes, sLegacyEffectMode, in mapControlOther()