Searched refs:ProcessingService (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
D | ProcessingService.java | 40 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 …]
|
D | ImageSavingTask.java | 30 private ProcessingService mProcessingService; 63 public ImageSavingTask(ProcessingService service) { in ImageSavingTask()
|
D | RenderingRequest.java | 117 ProcessingService service = activity.getProcessingService(); in post()
|
/packages/apps/Camera2/src/com/android/camera/processing/ |
D | ProcessingService.java | 59 public class ProcessingService extends Service implements ProgressListener { class 67 ProcessingService.this.pause(); in onReceive() 69 ProcessingService.this.resume(); in onReceive()
|
D | ProcessingServiceManager.java | 159 mAppContext.startService(new Intent(mAppContext, ProcessingService.class)); in startService()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/ |
D | ExportDialog.java | 39 import com.android.gallery3d.filtershow.pipeline.ProcessingService; 162 Intent processIntent = ProcessingService.getSaveIntent(activity, PrimaryImage in onClick()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ |
D | FilterShowActivity.java | 109 import com.android.gallery3d.filtershow.pipeline.ProcessingService; 190 private ProcessingService mBoundService; 197 public ProcessingService getProcessingService() { in getProcessingService() 215 mBoundService = ((ProcessingService.LocalBinder)service).getService(); 239 bindService(new Intent(FilterShowActivity.this, ProcessingService.class), in doBindService()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
D | SaveImage.java | 43 import com.android.gallery3d.filtershow.pipeline.ProcessingService; 543 Intent processIntent = ProcessingService.getSaveIntent(filterShowActivity, preset, in saveImage()
|