Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DSystemSoundsPlayer.java174 for (int effectId = 0; effectId < FX_RESOURCES.length; effectId++) { in handleMessage()
176 FX_RESOURCES[effectId], /* priority= */ 1); in handleMessage()
177 mEffectIdToSoundPoolId.put(effectId, soundPoolSoundId); in handleMessage()
207 Integer effectId = 0; in onLoadComplete() local
208 for (; effectId < mEffectIdToSoundPoolId.size(); effectId++) { in onLoadComplete()
209 if (mEffectIdToSoundPoolId.get(effectId) == sampleId) { in onLoadComplete()
213 mEffectIdToSoundPoolId.remove(effectId); in onLoadComplete()
/packages/apps/LegacyCamera/src/com/android/camera/
DEffectsRecorder.java126 public static boolean isEffectSupported(int effectId) { in isEffectSupported() argument
127 switch (effectId) { in isEffectSupported()
299 public void onEffectsUpdate(int effectId, int effectMsg); in onEffectsUpdate() argument
DVideoCamera.java1996 public void onEffectsUpdate(int effectId, int effectMsg) { in onEffectsUpdate() argument
2020 } else if (effectId == EffectsRecorder.EFFECT_BACKDROPPER) { in onEffectsUpdate()