Searched refs:getConfig (Results 26 - 50 of 53) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java689 int[] configSpec = getConfig();
699 private int[] getConfig() { method in class:ImageWallpaper.DrawableEngine
/frameworks/base/core/jni/android/graphics/
H A DNinePatchImpl.cpp41 switch (bitmap.getConfig()) {
H A DBitmapFactory.cpp160 configForScaledOutput(bitmap->getConfig()));
H A DBitmap.cpp546 if (bitmap->getConfig() == SkBitmap::kIndex8_Config) {
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java1093 abstract int[] getConfig(boolean dirtyRegions); method in class:HardwareRenderer.GlRenderer
1156 int[] configSpec = getConfig(sDirtyRegions);
1947 int[] getConfig(boolean dirtyRegions) { method in class:HardwareRenderer.Gl20Renderer
H A DGLES20Canvas.java1399 if (b.getConfig() != Bitmap.Config.ALPHA_8) {
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java353 mBitmapIn.getConfig());
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java377 mBitmapIn.getConfig());
/frameworks/av/media/libmedia/
H A DIOMX.cpp171 virtual status_t getConfig( function in class:android::BpOMX
613 err = getConfig(node, index, params, size);
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java1970 if (bitmap.getConfig() == Bitmap.Config.ARGB_8888)
1972 else if (bitmap.getConfig() == Bitmap.Config.ARGB_4444)
1974 else if (bitmap.getConfig() == Bitmap.Config.RGB_565)
1976 else if (bitmap.getConfig() == Bitmap.Config.ALPHA_8)
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java517 if (bitmap == null || bitmap.getConfig() != null) {
/frameworks/base/services/java/com/android/server/
H A DAssetAtlasService.java145 if (bitmap != null && bitmap.getConfig() == Bitmap.Config.ARGB_8888) {
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java230 public Config getConfig() { method in class:Bitmap_Delegate
H A DCanvas_Delegate.java110 return canvasDelegate.mBitmap.getConfig() == Config.RGB_565;
1246 if (bitmap.getConfig() == Bitmap.Config.ALPHA_8) {
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java453 mBitmapIn.getConfig());
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp2115 if (CC_UNLIKELY(bitmap->getConfig() == SkBitmap::kA8_Config)) {
2144 if (CC_UNLIKELY(bitmap->getConfig() == SkBitmap::kA8_Config)) {
2171 if (CC_UNLIKELY(bitmap->getConfig() == SkBitmap::kA8_Config)) {
2193 if (CC_UNLIKELY(bitmap->getConfig() == SkBitmap::kA8_Config)) {
2390 if (CC_UNLIKELY(bitmap->getConfig() == SkBitmap::kA8_Config)) {
H A DDisplayListOp.h826 (mBitmap->getConfig() != SkBitmap::kA8_Config);
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp287 status_t OMXNodeInstance::getConfig( function in class:android::OMXNodeInstance
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1086 if (!bitmap.isPremultiplied() && bitmap.getConfig() == Bitmap.Config.ARGB_8888 &&
/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java1690 Bitmap.Config newConfig = bitmap.getConfig();
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java135 Bitmap preview = Bitmap.createBitmap(shortSide, shortSide, data.image.getConfig());
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java918 Bitmap.Config config = bitmap.getConfig();
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java797 poster.getConfig());
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1537 final Bitmap.Config c = b.getConfig();
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp2419 if (OK == mOMX->getConfig(
4460 mOMX->getConfig(

Completed in 1924 milliseconds

123