Home
last modified time | relevance | path

Searched refs:ImageUtils (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
DPhotoBitmapLoader.java29 import com.android.ex.photo.util.ImageUtils;
56 result = ImageUtils.createLocalBitmap(resolver, Uri.parse(mPhotoUri), in loadInBackground()
/frameworks/layoutlib/remote/tests/src/
DRemoteBridgeTest.java25 import com.android.layoutlib.bridge.intensive.util.ImageUtils;
56 ImageUtils.requireSimilar(goldenImagePath, result.getImage()); in renderAndVerify()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
DImageUtils.java48 public class ImageUtils { class
67 InputStream is = ImageUtils.class.getClassLoader().getResourceAsStream(relativePath); in requireSimilar()
/frameworks/base/media/java/android/media/
DImageWriter.java212 ImageUtils.getEstimatedNativeAllocBytes(surfSize.getWidth(),surfSize.getHeight(), in ImageWriter()
766 int numPlanes = ImageUtils.getNumPlanesForFormat(getFormat()); in getPlanes()
DImageReader.java274 mNumPlanes = ImageUtils.getNumPlanesForFormat(mFormat); in ImageReader()
287 mEstimatedNativeAllocBytes = ImageUtils.getEstimatedNativeAllocBytes( in ImageReader()
DImageUtils.java31 class ImageUtils { class
/frameworks/base/core/java/com/android/internal/util/
DImageUtils.java44 public class ImageUtils { class
DContrastColorUtil.java59 private final ImageUtils mImageUtils = new ImageUtils();
223 if (ImageUtils.isGrayscale(colors[i])) { in processTextAppearanceSpan()
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DImageUtils.java44 public class ImageUtils { class
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DRenderTestBase.java34 import com.android.layoutlib.bridge.intensive.util.ImageUtils;
403 ImageUtils.requireSimilar(goldenImagePath, image); in verify()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java49 import com.android.ex.photo.util.ImageUtils;
374 final ImageUtils.ImageSize imageSize = ImageUtils.sUseImageSize; in initMaxPhotoSize()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java82 import com.android.internal.util.ImageUtils;
1142 Bitmap packageIcon = ImageUtils.buildScaledBitmap( in buildSuccessNotification()
/frameworks/base/config/
Dpreloaded-classes9324 com.android.internal.util.ImageUtils
Dboot-image-profile.txt13004 HSPLandroid/media/ImageUtils;->getEstimatedNativeAllocBytes(IIII)I
13005 HSPLandroid/media/ImageUtils;->getNumPlanesForFormat(I)I
29980 HSPLcom/android/internal/util/ImageUtils;-><init>()V
50439 Lcom/android/internal/util/ImageUtils;