Home
last modified time | relevance | path

Searched refs:ProcessingService (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DProcessingService.java40 public class ProcessingService extends Service { class
138 public ProcessingService getService() { in getService()
139 return ProcessingService.this; in getService()
146 Intent processIntent = new Intent(context, ProcessingService.class); in getSaveIntent()
147 processIntent.putExtra(ProcessingService.SOURCE_URI, in getSaveIntent()
149 processIntent.putExtra(ProcessingService.SELECTED_URI, in getSaveIntent()
151 processIntent.putExtra(ProcessingService.QUALITY, quality); in getSaveIntent()
152 processIntent.putExtra(ProcessingService.SIZE_FACTOR, sizeFactor); in getSaveIntent()
154 processIntent.putExtra(ProcessingService.DESTINATION_FILE, destination.toString()); in getSaveIntent()
156 processIntent.putExtra(ProcessingService.PRESET, in getSaveIntent()
[all …]
DImageSavingTask.java30 private ProcessingService mProcessingService;
63 public ImageSavingTask(ProcessingService service) { in ImageSavingTask()
DRenderingRequest.java117 ProcessingService service = activity.getProcessingService(); in post()
/packages/apps/Camera2/src/com/android/camera/processing/
DProcessingService.java58 public class ProcessingService extends Service implements ProgressListener { class
66 ProcessingService.this.pause(); in onReceive()
68 ProcessingService.this.resume(); in onReceive()
DProcessingServiceManager.java156 mAppContext.startService(new Intent(mAppContext, ProcessingService.class)); in startService()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java111 import com.android.gallery3d.filtershow.pipeline.ProcessingService;
192 private ProcessingService mBoundService;
199 public ProcessingService getProcessingService() { in getProcessingService()
217 mBoundService = ((ProcessingService.LocalBinder)service).getService();
241 bindService(new Intent(FilterShowActivity.this, ProcessingService.class), in doBindService()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
DExportDialog.java39 import com.android.gallery3d.filtershow.pipeline.ProcessingService;
162 Intent processIntent = ProcessingService.getSaveIntent(activity, MasterImage in onClick()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
DSaveImage.java43 import com.android.gallery3d.filtershow.pipeline.ProcessingService;
543 Intent processIntent = ProcessingService.getSaveIntent(filterShowActivity, preset, in saveImage()