Searched refs:effectId (Results 1 – 6 of 6) sorted by relevance
175 for (int effectId = 0; effectId < FX_RESOURCES.length; effectId++) { in handleMessage()177 FX_RESOURCES[effectId], /* priority= */ 1); in handleMessage()178 mEffectIdToSoundPoolId.put(effectId, soundPoolSoundId); in handleMessage()208 Integer effectId = 0; in onLoadComplete() local209 for (; effectId < mEffectIdToSoundPoolId.size(); effectId++) { in onLoadComplete()210 if (mEffectIdToSoundPoolId.get(effectId) == sampleId) { in onLoadComplete()214 mEffectIdToSoundPoolId.remove(effectId); in onLoadComplete()
25 val effectId: String?, constant in com.android.wallpaper.model.WallpaperAction40 parcel.writeString(effectId) in writeToParcel()
53 if (currentlyAppliedEffectId == it.effectId) { in onViewCreated()
126 public static boolean isEffectSupported(int effectId) { in isEffectSupported() argument127 switch (effectId) { in isEffectSupported()299 public void onEffectsUpdate(int effectId, int effectMsg); in onEffectsUpdate() argument
1997 public void onEffectsUpdate(int effectId, int effectMsg) { in onEffectsUpdate() argument2021 } else if (effectId == EffectsRecorder.EFFECT_BACKDROPPER) { in onEffectsUpdate()
87 effectId = effectsId, in <lambda>()