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

  /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/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...]
  /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);
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 297 milliseconds