Searched defs:effect (Results 1 - 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
H A DEffectsRecorder.java123 /** Determine if a given effect is supported at runtime
276 public void setEffect(int effect, Object effectParameter) { argument
278 "setEffect: effect ID " + effect +
289 mEffect = effect;
457 throw new RuntimeException("Unknown effect ID" + mEffect + "!");
476 throw new RuntimeException("Unable to connect camera to effect input", e);
527 throw new RuntimeException("No effect selected!");
530 throw new RuntimeException("No effect parameter provided!");
589 "camera from effect inpu
860 sendMessage(final int effect, final int msg) argument
[all...]
/packages/apps/Camera/src/com/android/camera/
H A DEffectsRecorder.java180 /** Determine if a given effect is supported at runtime
453 public void setEffect(int effect, Object effectParameter) { argument
455 "setEffect: effect ID " + effect +
466 mEffect = effect;
634 throw new RuntimeException("Unknown effect ID" + mEffect + "!");
706 throw new RuntimeException("No effect selected!");
709 throw new RuntimeException("No effect parameter provided!");
788 Log.v(TAG, "Previous effect halted. Running graph again. state: "
793 // of the BACKDROPPER effect, th
1137 sendMessage(final int effect, final int msg) argument
[all...]

Completed in 334 milliseconds