Searched refs:effectSelection (Results 1 – 1 of 1) sorted by relevance
377 if (effectSelection.equals("none")) { in readEffectType()379 } else if (effectSelection.startsWith("goofy_face")) { in readEffectType()381 } else if (effectSelection.startsWith("backdropper")) { in readEffectType()384 Log.e(TAG, "Invalid effect selection: " + effectSelection); in readEffectType()390 if (effectSelection.equals("none")) { in readEffectParameter()393 int separatorIndex = effectSelection.indexOf('/'); in readEffectParameter()395 effectSelection.substring(separatorIndex + 1); in readEffectParameter()396 if (effectSelection.startsWith("goofy_face")) { in readEffectParameter()410 } else if (effectSelection.startsWith("backdropper")) { in readEffectParameter()483 String effectSelection = value.toString(); in initVideoEffect() local[all …]