Searched refs:Config (Results 51 - 71 of 71) sorted by relevance

123

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DTestShellActivity.java30 import android.graphics.Bitmap.Config;
844 Bitmap bitmap = Bitmap.createBitmap(view.getWidth(), view.getHeight(), Config.ARGB_8888);
857 Config.ARGB_8888);
/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)
3817 ? Bitmap.createBitmap(decWidth, decHeight, Bitmap.Config.ARGB_8888)
3831 outWidth, outHeight, Bitmap.Config.ARGB_8888);
H A DMediaImageItem.java998 Bitmap.Config.ARGB_8888);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java25 import android.graphics.Bitmap.Config;
112 return canvasDelegate.mBitmap.getConfig() == Config.RGB_565;
1313 if (bitmap.getConfig() == Bitmap.Config.ALPHA_8) {
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java729 Bitmap newbm = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
H A DActivityThread.java126 private static final android.graphics.Bitmap.Config THUMBNAIL_FORMAT = Bitmap.Config.RGB_565;
3458 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Config callback " + cb
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java247 mOld = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java803 Bitmap bm = Bitmap.createBitmap(16, 16, Bitmap.Config.ARGB_8888);
822 Bitmap bm = Bitmap.createBitmap(16, 16, Bitmap.Config.ARGB_8888);
/frameworks/base/core/java/android/view/
H A DViewDebug.java1083 metrics.heightPixels, Bitmap.Config.RGB_565) : null;
1242 b = Bitmap.createBitmap(1, 1, Bitmap.Config.ARGB_8888);
1267 Bitmap.Config.ARGB_8888, 0, skpiChildren);
H A DView.java10598 Bitmap.Config quality;
10604 quality = Bitmap.Config.ARGB_8888;
10607 quality = Bitmap.Config.ARGB_8888;
10610 quality = Bitmap.Config.ARGB_8888;
10613 quality = Bitmap.Config.ARGB_8888;
10619 quality = use32BitCache ? Bitmap.Config.ARGB_8888 : Bitmap.Config.RGB_565;
10712 Bitmap createSnapshot(Bitmap.Config quality, int backgroundColor, boolean skipChildren) {
H A DViewGroup.java2395 Bitmap createSnapshot(Bitmap.Config quality, int backgroundColor, boolean skipChildren) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java373 mDisplayMetrics.heightPixels, Bitmap.Config.ARGB_8888);
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java202 bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java428 Bitmap tmpBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
469 Bitmap tmpBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
1571 Bitmap drawable = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp309 static inline SkBitmap::Config convertPixelFormat(PixelFormat format)
H A Dcom_google_android_gles_jni_EGLImpl.cpp254 static PixelFormat convertPixelFormat(SkBitmap::Config format)
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java72 mOptionsARGB.inPreferredConfig = Bitmap.Config.ARGB_8888;
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java858 final Bitmap.Config c = b.getConfig();
H A DStackView.java1367 Bitmap.Config.ARGB_8888);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java645 mBuffer = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
/frameworks/ex/chips/tests/src/com/android/ex/chips/
H A DChipsTest.java904 Bitmap drawable = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888);

Completed in 422 milliseconds

123