Searched refs:effectModes (Results 1 – 1 of 1) sorted by relevance
633 List<String> effectModes = p.getSupportedColorEffects(); in mapControlOther() local634 int[] supportedEffectModes = (effectModes == null) ? new int[0] : in mapControlOther()635 ArrayUtils.convertStringListToIntArray(effectModes, sLegacyEffectMode, in mapControlOther()