/frameworks/base/core/java/android/app/ |
LauncherActivity.java | 302 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c); 320 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
ResourceHelper.java | 233 bitmap = Bitmap_Delegate.createBitmap(bmpFile, false /*isMutable*/, 284 bitmap = Bitmap_Delegate.createBitmap(ninePatch.getImage(),
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IccUtils.java | 412 return Bitmap.createBitmap(pixels, width, height, Bitmap.Config.ARGB_8888); 455 return Bitmap.createBitmap(resultArray, width, height,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccUtils.java | 412 return Bitmap.createBitmap(pixels, width, height, Bitmap.Config.ARGB_8888); 455 return Bitmap.createBitmap(resultArray, width, height,
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ShortcutIntentBuilder.java | 340 Bitmap icon = Bitmap.createBitmap(mIconSize, mIconSize, Bitmap.Config.ARGB_8888); 377 Bitmap icon = Bitmap.createBitmap(mIconSize, mIconSize, Bitmap.Config.ARGB_8888);
|
/packages/apps/Settings/src/com/android/settings/ |
ActivityPicker.java | 389 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c); 409 final Bitmap thumb = Bitmap.createBitmap(mIconWidth, mIconHeight, c);
|
KeyguardAppWidgetPickActivity.java | 330 defaultPreview = Bitmap.createBitmap(bitmapWidth, bitmapHeight, 357 Bitmap preview = Bitmap.createBitmap(bitmapWidth, bitmapHeight,
|
/cts/hostsidetests/holo/app/src/android/holo/app/ |
HoloDeviceActivity.java | 112 mBitmap = Bitmap.createBitmap(v.getWidth(), v.getHeight(), Bitmap.Config.ARGB_8888);
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
TextureTestRenderer.java | 77 mBitmap = Bitmap.createBitmap(colors, 4, 4, Bitmap.Config.ARGB_8888);
|
/cts/tests/tests/text/src/android/text/cts/ |
BoringLayoutTest.java | 290 Bitmap mMutableBitmap = Bitmap.createBitmap(10, 28, Config.ARGB_8888);
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
Sensors.java | 88 mBitmap = Bitmap.createBitmap(w, h, Bitmap.Config.RGB_565);
|
/development/samples/RenderScript/Levels/src/com/android/rs/levels/ |
LevelsDalvikActivity.java | 171 Bitmap b2 = Bitmap.createBitmap(b.getWidth(), b.getHeight(), b.getConfig());
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
BookmarkUtils.java | 112 bitmap = Bitmap.createBitmap(iconSize, iconSize, Bitmap.Config.ARGB_8888);
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
ContentViewRenderView.java | 224 Bitmap bitmap = Bitmap.createBitmap(getWidth(), getHeight(),
|
/frameworks/base/core/jni/android/graphics/ |
BitmapRegionDecoder.cpp | 255 return GraphicsJNI::createBitmap(env, bitmap, buff, bitmapCreateFlags, NULL, NULL, -1);
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
NativeFrame.java | 192 Bitmap result = Bitmap.createBitmap(getFormat().getWidth(),
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
Recents.java | 78 first = Bitmap.createBitmap(1, 1, Bitmap.Config.ARGB_8888);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
Camera2Source.java | 176 mBitmap = Bitmap.createBitmap(mWidth, mHeight, Bitmap.Config.ARGB_8888);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
CustomBar.java | 145 bitmap = Bitmap_Delegate.createBitmap(stream, false /*isMutable*/, density);
|
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/ |
GenImage.java | 256 Bitmap bmp = Bitmap.createBitmap(512, 512, Bitmap.Config.ARGB_8888);
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
ZoomView.java | 135 return Bitmap.createBitmap(b, 0, 0, b.getWidth(), b.getHeight(), rotation, false);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
BubbleTextView.java | 193 final Bitmap b = Bitmap.createBitmap(
|
Cling.java | 201 Bitmap b = Bitmap.createBitmap(getMeasuredWidth(), getMeasuredHeight(),
|
DragView.java | 110 mBitmap = Bitmap.createBitmap(bitmap, left, top, width, height);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
DragView.java | 110 mBitmap = Bitmap.createBitmap(bitmap, left, top, width, height);
|