Searched
refs:createBitmap (Results
251 -
275 of
638) sorted by null
<<11121314151617181920>>
| /development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
| ShapeDrawable1.java | 52 Bitmap bm = Bitmap.createBitmap(pixels, 2, 2,
|
| /development/samples/browseable/BasicRenderScript/src/com.example.android.basicrenderscript/ |
| MainActivity.java | 57 mBitmapsOut[i] = Bitmap.createBitmap(mBitmapIn.getWidth(),
|
| /development/samples/browseable/PdfRendererBasic/src/com.example.android.pdfrendererbasic/ |
| PdfRendererBasicFragment.java | 195 Bitmap bitmap = Bitmap.createBitmap(mCurrentPage.getWidth(), mCurrentPage.getHeight(),
|
| /development/samples/browseable/SkeletonWearableApp/src/com.example.android.google.wearable.app/ |
| GridExampleActivity.java | 87 Bitmap bm = Bitmap.createBitmap(200, 200, Bitmap.Config.ARGB_8888);
|
| /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/ |
| CustomArrayAdapter.java | 117 Bitmap output = Bitmap.createBitmap(bitmap.getWidth(), bitmap.getHeight(),
|
| /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
| CustomArrayAdapter.java | 110 Bitmap output = Bitmap.createBitmap(bitmap.getWidth(), bitmap.getHeight(),
|
| /external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/ |
| BitmapPreFillRunner.java | 92 Bitmap bitmap = Bitmap.createBitmap(toAllocate.getWidth(), toAllocate.getHeight(),
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
| ShadowBitmapDrawableTest.java | 96 Bitmap bitmap = Bitmap.createBitmap(5, 10, Bitmap.Config.ARGB_8888);
|
| /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/ |
| ViESurfaceRenderer.java | 108 public Bitmap CreateBitmap(int width, int height) { 118 bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565); 129 bitmap = CreateBitmap(width, height);
|
| /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/ |
| MediaRouteDialogHelper.java | 148 Bitmap bitmap = Bitmap.createBitmap(view.getWidth(), view.getHeight(),
|
| /frameworks/base/core/tests/coretests/src/android/widget/ |
| TextViewPerformanceTest.java | 46 Bitmap mBitmap = Bitmap.createBitmap(320, 240, Bitmap.Config.RGB_565);
|
| /frameworks/base/libs/hwui/tests/microbench/ |
| DisplayListCanvasBench.cpp | 96 sk_sp<Bitmap> iconBitmap(TestUtils::createBitmap(80, 80));
|
| FrameBuilderBench.cpp | 44 sk_sp<Bitmap> bitmap(TestUtils::createBitmap(10, 10));
|
| /frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
| NativeFrame.java | 190 Bitmap result = Bitmap.createBitmap(getFormat().getWidth(),
|
| /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
| RedEyeFilter.java | 157 Bitmap redEyeBitmap = Bitmap.createBitmap(bitmapWidth, bitmapHeight, Bitmap.Config.ARGB_8888);
|
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
| MediaFrameworkTest.java | 92 mDestBitmap = Bitmap.createBitmap((int)640, (int)480, Bitmap.Config.ARGB_8888);
|
| /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
| Cat.java | 238 mBitmap = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888); 256 public Bitmap createBitmap(int w, int h) { 260 Bitmap result = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888); 283 Bitmap result = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
|
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
| CircleFramedDrawable.java | 62 mBitmap = Bitmap.createBitmap(mSize, mSize, Bitmap.Config.ARGB_8888);
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
| MediaNotificationProcessorTest.java | 46 private Bitmap mBitmap = Bitmap.createBitmap(1, 1, Bitmap.Config.ARGB_8888);
|
| /frameworks/base/services/core/java/com/android/server/policy/ |
| IconUtilities.java | 111 final Bitmap bitmap = Bitmap.createBitmap(textureWidth, textureHeight,
|
| /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
| FrameImage2D.java | 171 Bitmap dstBitmap = Bitmap.createBitmap(dstImage.getWidth(), dstImage.getHeight(), config);
|
| /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
| GetBitmapSurfaceViewActivity.java | 53 final Bitmap b = Bitmap.createBitmap(
|
| HardwareCanvasSurfaceViewActivity.java | 55 final Bitmap b = Bitmap.createBitmap(
|
| PixelCopyWindow.java | 86 final Bitmap bitmap = Bitmap.createBitmap(
|
| /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/ |
| BitmapUploadActivity.java | 76 mBitmap = Bitmap.createBitmap(bitmapSize, bitmapSize, Bitmap.Config.ARGB_8888);
|
Completed in 2526 milliseconds
<<11121314151617181920>>