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

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
LogoUtils.java 67 bitmap = getBitmapPartiallyResized(logoFile.getPath(), maxWidth, maxHeight);
90 static Bitmap getBitmapPartiallyResized(String filePath, int maxDesiredWidth,
  /packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/
LogoUtilsTest.java 46 Bitmap newBitmap = LogoUtils.getBitmapPartiallyResized(tempFile.getPath(), 10, 15);
60 Bitmap newBitmap = LogoUtils.getBitmapPartiallyResized(tempFile.getPath(), 8, 8);

Completed in 604 milliseconds