Searched defs:loop (Results 1 - 4 of 4) sorted by relevance
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
H A D | SingleThreadNamedTaskExecutor.java | 66 loop(); 72 private void loop() { method in class:SingleThreadNamedTaskExecutor.Worker
|
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
H A D | MovieAudioTrack.java | 346 * Enable the loop mode for this audio track. Note that only one of the
347 * audio tracks in the timeline can have the loop mode enabled. When looping
351 * @param loop true to enable looping
353 void enableLoop(boolean loop) {
argument 354 mLoop = loop;
365 * Enable the loop mode for this audio track. Note that only one of the
366 * audio tracks in the timeline can have the loop mode enabled. When looping
370 * @param loop true to enable looping
372 public void enableAppLoop(boolean loop) {
argument 373 mAppLoop = loop;
[all...] |
H A D | VideoEditorProject.java | 1076 * @param loop true if the preview should be looped once it reaches the end 1086 public void startPreview(SurfaceHolder surfaceHolder, long fromMs, long toMs, boolean loop, argument 1089 mVideoEditor.startPreview(surfaceHolder, fromMs, toMs, loop, callbackAfterFrameCount,
|
H A D | ApiService.java | 125 private static final String PARAM_LOOP = "loop"; 1172 * @param loop true to loop the audio track 1175 boolean loop) { 1181 intent.putExtra(PARAM_LOOP, loop); 1224 * Set the loop flag for an audio track 1229 * @param loop true to loop audio 1232 boolean loop) { 1237 intent.putExtra(PARAM_LOOP, loop); 1174 addAudioTrack(Context context, String projectPath, String id, Uri uri, boolean loop) argument 1231 setAudioTrackLoop(Context context, String projectPath, String audioTrackId, boolean loop) argument [all...] |
Completed in 255 milliseconds