| /packages/apps/Gallery/src/com/android/camera/ |
| GridViewSpecial.java | 266 mOutline[i] = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888); [all...] |
| GalleryPicker.java | 653 final Bitmap b = Bitmap.createBitmap(width, height, 708 Bitmap thumb = Bitmap.createBitmap(imageWidth, imageHeight,
|
| /packages/apps/Gallery2/src/com/android/gallery3d/app/ |
| CropImage.java | 589 Bitmap result = Bitmap.createBitmap( 614 Bitmap result = Bitmap.createBitmap( 625 Bitmap result = Bitmap.createBitmap(outputX, outputY, Config.ARGB_8888); [all...] |
| /cts/tests/tests/widget/src/android/widget/cts/ |
| CompoundButtonTest.java | 342 Canvas canvas = new Canvas(android.graphics.Bitmap.createBitmap(100, 100,
|
| /development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
| TouchPaint.java | 287 Bitmap newBitmap = Bitmap.createBitmap(curW, curH, Bitmap.Config.ARGB_8888);
|
| /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/ |
| GameView.java | 458 bmp = Bitmap.createBitmap(w, h, Config.ARGB_8888);
|
| /frameworks/base/core/java/android/app/ |
| WallpaperManager.java | 715 Bitmap newbm = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
|
| Notification.java | 421 that.largeIcon = Bitmap.createBitmap(this.largeIcon); [all...] |
| /frameworks/base/core/java/android/appwidget/ |
| AppWidgetHostView.java | 236 mOld = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
|
| /frameworks/base/media/java/android/media/ |
| RemoteControlClient.java | [all...] |
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
| VideoEditorHelper.java | 141 overlayBmp = Bitmap.createBitmap(srcBitmap);
|
| /frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
| NotificationBuilderTest.java | 396 return Bitmap.createBitmap(bd.getBitmap());
|
| /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/ |
| RendererUtils.java | 107 Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
|
| /packages/apps/Music/src/com/android/music/ |
| TouchInterceptor.java | 135 Bitmap bitmap = Bitmap.createBitmap(item.getDrawingCache());
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/ |
| RecognitionView.java | 297 final Bitmap b = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
| LatinKeyboard.java | 266 final Bitmap buffer = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
|
| /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
| TestShellActivity.java | 844 Bitmap bitmap = Bitmap.createBitmap(view.getWidth(), view.getHeight(), Config.ARGB_8888); 856 Bitmap bitmap = Bitmap.createBitmap(view.getContentWidth(), view.getContentHeight(), [all...] |
| /packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
| CropView.java | 767 faceBitmap = Bitmap.createBitmap(w, h, Config.RGB_565); 775 faceBitmap = Bitmap.createBitmap(w, h, Config.RGB_565);
|
| /cts/tests/tests/webkit/src/android/webkit/cts/ |
| WebViewTest.java | 805 Bitmap b = Bitmap.createBitmap(mPicture.getWidth(), mPicture.getHeight(), 825 Bitmap b = Bitmap.createBitmap(picture.getWidth(), picture.getHeight(), Config.ARGB_8888); 833 Bitmap b = Bitmap.createBitmap(p.getWidth(), p.getHeight(), Config.ARGB_8888); [all...] |
| /frameworks/ex/chips/src/com/android/ex/chips/ |
| RecipientEditTextView.java | 417 Bitmap tmpBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); 466 Bitmap tmpBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); [all...] |
| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| BitmapRegionDecoderTest.java | 353 Bitmap cropped = Bitmap.createBitmap(rect.width(), rect.height(),
|
| /cts/tests/tests/text/src/android/text/cts/ |
| BoringLayoutTest.java | 521 Bitmap mMutableBitmap = Bitmap.createBitmap(10, 28, Config.ARGB_8888);
|
| /development/samples/Home/src/com/example/android/home/ |
| Home.java | 651 final Bitmap thumb = Bitmap.createBitmap(width, height, c);
|
| /frameworks/base/core/jni/android/graphics/ |
| BitmapFactory.cpp | 261 return GraphicsJNI::createBitmap(env, bitmap, javaAllocator.getStorageObj(),
|
| /frameworks/base/media/java/android/media/videoeditor/ |
| MediaImageItem.java | [all...] |