HomeSort by relevance Sort by last modified time
    Searched refs:imageFile (Results 1 - 17 of 17) sorted by null

  /frameworks/support/v4/java/android/support/v4/print/
PrintHelper.java 107 public void printBitmap(String jobName, Uri imageFile, OnPrintFinishCallback callback)
149 public void printBitmap(String jobName, Uri imageFile, OnPrintFinishCallback callback) {
209 public void printBitmap(String jobName, Uri imageFile,
220 mPrintHelper.printBitmap(jobName, imageFile, delegateCallback);
332 * @param imageFile The <code>Uri</code> pointing to an image to print.
335 public void printBitmap(String jobName, Uri imageFile) throws FileNotFoundException {
336 mImpl.printBitmap(jobName, imageFile, null);
345 * @param imageFile The <code>Uri</code> pointing to an image to print.
349 public void printBitmap(String jobName, Uri imageFile, OnPrintFinishCallback callback)
351 mImpl.printBitmap(jobName, imageFile, callback)
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 125 File imageFile = new File(mContext.getFilesDir(), "tempimage.jpg");
126 assertTrue(imageFile.createNewFile());
127 assertTrue(imageFile.exists());
128 writeSampleImage(imageFile);
130 final String path = imageFile.getPath();
133 assertTrue(imageFile.delete());
136 private void writeSampleImage(File imagefile) throws IOException {
142 target = new FileOutputStream(imagefile);
162 File imageFile = null;
177 imageFile = new File(mContext.getFilesDir(), "tempimage.jpg")
    [all...]
  /external/fonttools/Lib/fontTools/pens/
reportLabPen.py 50 imageFile = sys.argv[3]
52 imageFile = "%s.png" % glyphName
72 renderPM.drawToFile(d, imageFile, fmt="PNG")
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
SavedWallpaperImages.java 145 File imageFile = new File(mContext.getFilesDir(), filenames.first);
146 imageFile.delete();
159 File imageFile = File.createTempFile("wallpaper", "", mContext.getFilesDir());
161 mContext.openFileOutput(imageFile.getName(), Context.MODE_PRIVATE);
174 values.put(ImageDb.COLUMN_IMAGE_FILENAME, imageFile.getName());
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeListAdapter.java 74 String imageFile = item.getString(Constants.RECIPE_FIELD_IMAGE);
75 parsed.image = AssetUtils.loadBitmapAsset(mContext, imageFile);
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeListAdapter.java 74 String imageFile = item.getString(Constants.RECIPE_FIELD_IMAGE);
75 parsed.image = AssetUtils.loadBitmapAsset(mContext, imageFile);
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
RecipeListAdapter.java 74 String imageFile = item.getString(Constants.RECIPE_FIELD_IMAGE);
75 parsed.image = AssetUtils.loadBitmapAsset(mContext, imageFile);
  /frameworks/support/v4/kitkat/android/support/v4/print/
PrintHelperKitkat.java 295 * @param imageFile The <code>Uri</code> pointing to an image to print.
299 public void printBitmap(final String jobName, final Uri imageFile,
350 return loadConstrainedBitmap(imageFile, MAX_PRINT_SIZE);
  /frameworks/base/services/core/java/com/android/server/am/
TaskPersister.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 178 File imageFile = new File(path);
181 createSampleImage(imageFile, R.raw.testimage);
195 imageFile.delete();
476 File imagefile = new File(path); local
479 createSampleImage(imagefile, R.raw.testimage);
502 imagefile.delete();
589 private void createSampleImage(File imagefile, int resid) throws IOException {
595 target = new FileOutputStream(imagefile);
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 668 milliseconds