HomeSort by relevance Sort by last modified time
    Searched refs:createBitmap (Results 126 - 150 of 208) sorted by null

1 2 3 4 56 7 8 9

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PathsActivity.java 100 mBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ALPHA_8);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java 125 bitmap = Bitmap_Delegate.createBitmap(stream, false /*isMutable*/, density);
  /packages/apps/Contacts/src/com/android/contacts/widget/
TransitionAnimationView.java 116 mPreviousStateBitmap = Bitmap.createBitmap(
  /packages/apps/Email/tests/src/com/android/email/activity/
ContactStatusLoaderTest.java 164 Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565);
  /packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java 192 final Bitmap b = Bitmap.createBitmap(
Cling.java 158 Bitmap b = Bitmap.createBitmap(getMeasuredWidth(), getMeasuredHeight(),
DragView.java 105 mBitmap = Bitmap.createBitmap(bitmap, left, top, width, height, scale, true);
IconCache.java 108 Bitmap b = Bitmap.createBitmap(Math.max(d.getIntrinsicWidth(), 1),
AppsCustomizePagedView.java 538 b = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
544 b = Bitmap.createBitmap(mWidgetPreviewIconPaddedDimension,
    [all...]
AppsCustomizeTabHost.java 206 Bitmap b = Bitmap.createBitmap(mAppsCustomizePane.getMeasuredWidth(),
  /system/media/mca/filterfw/java/android/filterfw/core/
GLFrame.java 244 Bitmap result = Bitmap.createBitmap(getFormat().getWidth(),
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java 111 Bitmap bmp = Bitmap.createBitmap(9, 9, Config.ARGB_8888);
387 Bitmap bitmap = Bitmap.createBitmap(COLOR, width, height, Bitmap.Config.RGB_565);
TransitionDrawableTest.java 57 mBitmap = Bitmap.createBitmap(CANVAS_WIDTH, CANVAS_HEIGHT, Config.ARGB_8888);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 128 Bitmap croppedIcon = Bitmap.createBitmap(rawIcon, (iconWidth - data.iconSize) / 2,
371 Bitmap ss = Bitmap.createBitmap(mDisplayMetrics.widthPixels,
  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 532 mTitleBarBitmap = Bitmap.createBitmap(tbar.getWidth(),
547 mContentBitmap = Bitmap.createBitmap(web.getWidth(), h,
BookmarkUtils.java 83 Bitmap bm = Bitmap.createBitmap(iconDimension, iconDimension, Bitmap.Config.ARGB_8888);
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 427 Bitmap ss = Bitmap.createBitmap(mDisplayMetrics.widthPixels,
454 bitmap = Bitmap.createBitmap(bitmap, newLeft, newTop, newWidth, newHeight);
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 243 Bitmap bmp = Bitmap.createBitmap(
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 129 mBitmap = Bitmap.createBitmap(mStrikeWidth, mStrikeHeight, config);
  /frameworks/base/media/java/android/media/videoeditor/
OverlayFrame.java 341 final Bitmap destBitmap = Bitmap.createBitmap((int)width,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentTasksLoader.java 93 mDefaultThumbnailBackground = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
  /frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 264 Bitmap b = Bitmap.createBitmap(source.getWidth(), source.getHeight(), source.getConfig());
  /packages/apps/Camera/src/com/android/camera/
Thumbnail.java 85 Bitmap rotated = Bitmap.createBitmap(bitmap, 0, 0,
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 211 Bitmap thumbnail = Bitmap.createBitmap(thumbWidth, thumbHeight,
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 230 croppedImage = Bitmap.createBitmap(mOutputX, mOutputY,
260 croppedImage = Bitmap.createBitmap(width, height,
510 Bitmap faceBitmap = Bitmap.createBitmap(mBitmap, 0, 0, mBitmap

Completed in 2501 milliseconds

1 2 3 4 56 7 8 9