| /packages/apps/Launcher2/src/com/android/launcher2/ |
| DragController.java | 287 Bitmap bitmap = Bitmap.createBitmap(cacheBitmap);
|
| Workspace.java | [all...] |
| /packages/apps/LegacyCamera/src/com/android/camera/ |
| Util.java | 143 Bitmap b2 = Bitmap.createBitmap(
|
| /packages/apps/Messaging/src/com/android/messaging/widget/ |
| WidgetConversationService.java | 455 return Bitmap.createBitmap(imageResource.getBitmap());
|
| /packages/apps/Settings/src/com/android/settings/users/ |
| EditUserPhotoController.java | 308 Bitmap croppedImage = Bitmap.createBitmap(mPhotoSize, mPhotoSize,
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/ |
| DashboardFeatureProviderImplTest.java | 113 tile.icon = Icon.createWithBitmap(Bitmap.createBitmap(1, 1, Bitmap.Config.RGB_565));
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
| SecurityFragment.java | 567 Bitmap bitmap = Bitmap.createBitmap(icon.getIntrinsicWidth(), icon.getIntrinsicHeight(),
|
| /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/ |
| NotificationService.java | 80 Bitmap b = Bitmap.createBitmap(largeIconWidth, largeIconHeight, Bitmap.Config.ARGB_8888);
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
| KeyboardView.java | 268 mOffscreenBuffer = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
|
| /packages/services/Telephony/src/com/android/services/telephony/ |
| TelecomAccountRegistry.java | 276 Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); [all...] |
| /frameworks/base/core/java/android/app/ |
| WallpaperManager.java | 707 crop = Bitmap.createBitmap(fullSize, roundedTrueCrop.left, 725 Bitmap tmp = Bitmap.createBitmap((int) returnRect.width(), [all...] |
| /packages/apps/Camera2/src/com/android/camera/app/ |
| CameraAppUI.java | 627 Bitmap overlays = Bitmap.createBitmap(mCameraRootView.getWidth(), 636 Bitmap screenshot = Bitmap.createBitmap(mCameraRootView.getWidth(), [all...] |
| /packages/apps/Messaging/src/com/android/messaging/datamodel/ |
| BugleNotifications.java | 515 Bitmap avatarBitmap = Bitmap.createBitmap(avatarImage.getBitmap()); 517 Bitmap.createBitmap(avatarHiRes.getBitmap()) : null; [all...] |
| /frameworks/base/libs/hwui/tests/unit/ |
| FrameBuilderTests.cpp | 129 sk_sp<Bitmap> bitmap(TestUtils::createBitmap(25, 25)); 229 sk_sp<Bitmap> bitmap(TestUtils::createBitmap( 445 TestUtils::createBitmap(50, 50, SkColorType::kRGB_565_SkColorType)); 447 TestUtils::createBitmap(50, 50, SkColorType::kAlpha_8_SkColorType)); 500 sk_sp<Bitmap> bitmap(TestUtils::createBitmap(20, 20)); [all...] |
| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| ImageDecoderTest.java | 803 Bitmap normal = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); 810 Bitmap blended = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); [all...] |
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/ |
| CameraFormatsActivity.java | 556 Bitmap.createBitmap(
|
| /cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/ |
| SplitAppTest.java | 539 final Bitmap bitmap = Bitmap.createBitmap(d.getIntrinsicWidth(), d.getIntrinsicHeight(),
|
| /cts/tests/tests/content/src/android/content/cts/ |
| ContextWrapperTest.java | 269 Bitmap bitmap = Bitmap.createBitmap(20, 30, Bitmap.Config.RGB_565); [all...] |
| /cts/tests/tests/media/src/android/media/cts/ |
| MediaRouterTest.java | 574 Bitmap result = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
|
| /frameworks/base/core/java/android/provider/ |
| DocumentsContract.java | [all...] |
| MediaStore.java | [all...] |
| /frameworks/base/core/tests/coretests/src/android/text/ |
| LayoutTest.java | 653 Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
|
| /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
| PageContentRepository.java | 877 Bitmap bitmap = Bitmap.createBitmap(mRenderSpec.bitmapWidth, [all...] |
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| KeyboardShortcuts.java | [all...] |
| /frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
| NotificationTestList.java | [all...] |