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

  /frameworks/support/v4/java/android/support/v4/print/
PrintHelper.java 94 public void printBitmap(String jobName, Uri imageFile)
136 public void printBitmap(String jobName, Uri imageFile) {
186 public void printBitmap(String jobName, Uri imageFile) throws FileNotFoundException {
187 mPrintHelper.printBitmap(jobName, imageFile);
287 * @param imageFile The <code>Uri</code> pointing to an image to print.
290 public void printBitmap(String jobName, Uri imageFile) throws FileNotFoundException {
291 mImpl.printBitmap(jobName, imageFile);
  /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...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
SavedWallpaperImages.java 174 File imageFile = new File(mContext.getFilesDir(), filenames.first);
175 imageFile.delete();
188 File imageFile = File.createTempFile("wallpaper", "", mContext.getFilesDir());
190 mContext.openFileOutput(imageFile.getName(), Context.MODE_PRIVATE);
203 values.put(ImageDb.COLUMN_IMAGE_FILENAME, imageFile.getName());
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/
SettingsDialog.java 75 private URL imageFile = null;
100 * @param imageFile
106 public SettingsDialog(AppSettings source, String imageFile, boolean loadSettings) {
107 this(source, getURL(imageFile), loadSettings);
117 * @param imageFile
124 public SettingsDialog(AppSettings source, URL imageFile, boolean loadSettings) {
130 this.imageFile = imageFile;
248 icon = new JLabel(imageFile != null ? new ImageIcon(imageFile) : null)
    [all...]
  /frameworks/support/v4/kitkat/android/support/v4/print/
PrintHelperKitkat.java 282 * @param imageFile The <code>Uri</code> pointing to an image to print.
285 public void printBitmap(final String jobName, final Uri imageFile)
334 return loadConstrainedBitmap(imageFile, MAX_PRINT_SIZE);
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 172 File imageFile = new File(path);
175 createSampleImage(imageFile, R.raw.testimage);
189 imageFile.delete();
469 File imagefile = new File(path); local
472 createSampleImage(imagefile, R.raw.testimage);
495 imagefile.delete();
582 private void createSampleImage(File imagefile, int resid) throws IOException {
588 target = new FileOutputStream(imagefile);
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 

Completed in 358 milliseconds