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

/frameworks/base/media/java/android/media/videoeditor/
H A DMediaImageItem.java286 * and overlays if the current duration of the transactions become greater
343 * Invalidate the begin transition if any effects and overlays overlap
347 * @param overlays List of overlays to check for transition overlap
349 private void invalidateBeginTransition(List<Effect> effects, List<Overlay> overlays) { argument
372 for (Overlay overlay : overlays) {
386 * Invalidate the end transition if any effects and overlays overlap
414 final List<Overlay> overlays = getAllOverlays();
415 for (Overlay overlay : overlays) {
469 * Adjust the start time and/or duration of overlays
[all...]

Completed in 147 milliseconds