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

  /cts/tests/tests/media/src/android/media/cts/
ExifInterfaceTest.java 183 File imageFile = new File(imageFilePath);
184 if (imageFile.exists()) {
185 imageFile.delete();
323 private void testExifInterfaceCommon(File imageFile, ExpectedValue expectedValue)
325 String verboseTag = imageFile.getName();
328 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath());
335 in = getContext().getAssets().open(imageFile.getName());
345 in = new BufferedInputStream(new FileInputStream(imageFile.getAbsolutePath()));
355 fd = Os.open(imageFile.getAbsolutePath(), OsConstants.O_RDONLY, 0600);
365 private void testSaveAttributes_withFileName(File imageFile, ExpectedValue expectedValue
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ExifInterfaceTest.java 187 File imageFile = new File(imageFilePath);
188 if (imageFile.exists()) {
189 imageFile.delete();
316 private void testExifInterfaceCommon(File imageFile, ExpectedValue expectedValue)
318 String verboseTag = imageFile.getName();
321 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath());
327 in = mContext.getAssets().open(imageFile.getName());
337 in = new BufferedInputStream(new FileInputStream(imageFile.getAbsolutePath()));
347 fd = Os.open(imageFile.getAbsolutePath(), OsConstants.O_RDONLY, 0600);
357 private void testSaveAttributes_withFileName(File imageFile, ExpectedValue expectedValue
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 130 File imageFile = new File(mContext.getFilesDir(), "tempimage.jpg");
131 assertTrue(imageFile.createNewFile());
132 assertTrue(imageFile.exists());
133 writeSampleImage(imageFile);
135 final String path = imageFile.getPath();
138 assertTrue(imageFile.delete());
141 private void writeSampleImage(File imagefile) throws IOException {
147 target = new FileOutputStream(imagefile);
167 File imageFile = null;
182 imageFile = new File(mContext.getFilesDir(), "tempimage.jpg")
    [all...]
  /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);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodPresentMediaDialog.java 137 File imageFile = (File) getArguments().getSerializable(KEY_IMAGE_FILE);
144 int orientationInDegree = getOrientationInDegreeFromImage(imageFile);
146 input = new FileInputStream(imageFile);
160 input = new FileInputStream(imageFile);
214 private static int getOrientationInDegreeFromImage(File imageFile) throws IOException {
215 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath());
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 205 File imageFile = new File(path);
208 createSampleImage(imageFile, R.raw.testimage);
222 imageFile.delete();
503 File imagefile = new File(path); local
506 createSampleImage(imagefile, R.raw.testimage);
529 imagefile.delete();
616 private void createSampleImage(File imagefile, int resid) throws IOException {
622 target = new FileOutputStream(imagefile);
  /frameworks/base/services/core/java/com/android/server/am/
TaskPersister.java 697 FileOutputStream imageFile = null;
699 imageFile = new FileOutputStream(new File(filePath));
700 bitmap.compress(Bitmap.CompressFormat.PNG, 100, imageFile);
704 IoUtils.closeQuietly(imageFile);
  /prebuilts/tools/common/fest/
fest-assert-1.2.jar 
  /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 1012 milliseconds