Searched refs:effectSelection (Results 1 – 2 of 2) sorted by relevance
376 String effectSelection = pref.getString(KEY_VIDEO_EFFECT, "none"); in readEffectType() local377 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()389 String effectSelection = pref.getString(KEY_VIDEO_EFFECT, "none"); in readEffectParameter() local390 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()[all …]
451 String effectSelection = pref.getString(KEY_VIDEO_EFFECT, "none"); in readEffectType() local452 if (effectSelection.equals("none")) { in readEffectType()454 } else if (effectSelection.startsWith("goofy_face")) { in readEffectType()456 } else if (effectSelection.startsWith("backdropper")) { in readEffectType()459 Log.e(TAG, "Invalid effect selection: " + effectSelection); in readEffectType()464 String effectSelection = pref.getString(KEY_VIDEO_EFFECT, "none"); in readEffectParameter() local465 if (effectSelection.equals("none")) { in readEffectParameter()468 int separatorIndex = effectSelection.indexOf('/'); in readEffectParameter()470 effectSelection.substring(separatorIndex + 1); in readEffectParameter()471 if (effectSelection.startsWith("goofy_face")) { in readEffectParameter()[all …]