Searched refs:createBitmap (Results 76 - 93 of 93) sorted by relevance

1234

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java452 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), mBitmapIn.getHeight(),
/frameworks/base/core/java/android/view/
H A DViewDebug.java557 Bitmap.createBitmap(metrics, metrics.widthPixels,
734 b = Bitmap.createBitmap(root.getResources().getDisplayMetrics(),
H A DView.java13608 bitmap = Bitmap.createBitmap(mResources.getDisplayMetrics(),
13704 Bitmap bitmap = Bitmap.createBitmap(mResources.getDisplayMetrics(),
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java564 Bitmap tmpBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
606 Bitmap tmpBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
1808 Bitmap drawable = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
/frameworks/base/core/java/android/provider/
H A DMediaStore.java850 Bitmap thumb = Bitmap.createBitmap(source, 0, 0,
/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java1694 Bitmap outBitmap = Bitmap.createBitmap(newWidth, newHeight, newConfig);
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java476 bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java943 return Bitmap.createBitmap(bd.getBitmap());
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java554 final Bitmap croppedBitmap = Bitmap.createBitmap(
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java795 result = Bitmap.createBitmap(poster.getWidth(),
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java3817 ? Bitmap.createBitmap(decWidth, decHeight, Bitmap.Config.ARGB_8888)
3830 Bitmap outBitmap = Bitmap.createBitmap(
/frameworks/base/core/java/android/app/
H A DNotification.java796 that.largeIcon = Bitmap.createBitmap(this.largeIcon);
H A DActivityThread.java2952 thumbnail = Bitmap.createBitmap(r.activity.getResources().getDisplayMetrics(),
/frameworks/base/core/java/android/widget/
H A DStackView.java1415 Bitmap bitmap = Bitmap.createBitmap(v.getResources().getDisplayMetrics(),
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java564 Bitmap bitmap = Bitmap_Delegate.createBitmap(mImage,
/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.java922 Bitmap drawable = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888);
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java5715 Bitmap bm = Bitmap.createBitmap(width, height, force565 ? Config.RGB_565 : rawss.getConfig());

Completed in 601 milliseconds

1234