Searched refs:ImageToPdfTask (Results 1 – 2 of 2) sorted by relevance
39 class ImageToPdfTask extends AsyncTask<ParcelFileDescriptor, Void, Throwable> { class40 private static final String TAG = ImageToPdfTask.class.getSimpleName();50 ImageToPdfTask(Context context, Bitmap bitmap, PrintAttributes attributes, int dpi, in ImageToPdfTask() method in ImageToPdfTask
266 mTask = new ImageToPdfTask(ImagePrintActivity.this, getBitmap(mAttributes), mAttributes, in onWrite()