OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempBitmap
(Results
1 - 6
of
6
) sorted by null
/frameworks/volley/src/com/android/volley/toolbox/
ImageRequest.java
163
Bitmap
tempBitmap
=
167
if (
tempBitmap
!= null && (
tempBitmap
.getWidth() > desiredWidth ||
168
tempBitmap
.getHeight() > desiredHeight)) {
169
bitmap = Bitmap.createScaledBitmap(
tempBitmap
,
171
tempBitmap
.recycle();
173
bitmap =
tempBitmap
;
/developers/build/prebuilts/gradle/RenderScriptIntrinsic/RenderScriptIntrinsicSample/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java
350
Bitmap
tempBitmap
= Bitmap.createScaledBitmap(mBitmapIn, pixelsWidth, pixelsHeight, false);
351
Allocation inAllocation = Allocation.createFromBitmap(mRS,
tempBitmap
);
361
Bitmap destBitpmap = Bitmap.createBitmap(
tempBitmap
.getWidth(),
362
tempBitmap
.getHeight(),
tempBitmap
.getConfig());
/developers/samples/android/renderScript/RenderScriptIntrinsic/RenderScriptIntrinsicSample/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java
350
Bitmap
tempBitmap
= Bitmap.createScaledBitmap(mBitmapIn, pixelsWidth, pixelsHeight, false);
351
Allocation inAllocation = Allocation.createFromBitmap(mRS,
tempBitmap
);
361
Bitmap destBitpmap = Bitmap.createBitmap(
tempBitmap
.getWidth(),
362
tempBitmap
.getHeight(),
tempBitmap
.getConfig());
/packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java
558
Bitmap
tempBitmap
= mCachedShortcutPreviewBitmap.get();
560
if (
tempBitmap
== null ||
561
tempBitmap
.getWidth() != maxWidth ||
562
tempBitmap
.getHeight() != maxHeight) {
563
tempBitmap
= Bitmap.createBitmap(maxWidth, maxHeight, Config.ARGB_8888);
564
mCachedShortcutPreviewBitmap.set(
tempBitmap
);
566
c.setBitmap(
tempBitmap
);
583
icon,
tempBitmap
, paddingLeft, paddingTop, scaledIconWidth, scaledIconWidth);
603
c.drawBitmap(
tempBitmap
, 0, 0, p);
/packages/apps/Launcher3/src/com/android/launcher3/
WidgetPreviewLoader.java
602
Bitmap
tempBitmap
= mCachedShortcutPreviewBitmap.get();
604
if (
tempBitmap
== null ||
605
tempBitmap
.getWidth() != maxWidth ||
606
tempBitmap
.getHeight() != maxHeight) {
607
tempBitmap
= Bitmap.createBitmap(maxWidth, maxHeight, Config.ARGB_8888);
608
mCachedShortcutPreviewBitmap.set(
tempBitmap
);
610
c.setBitmap(
tempBitmap
);
627
icon,
tempBitmap
, paddingLeft, paddingTop, scaledIconWidth, scaledIconWidth);
647
c.drawBitmap(
tempBitmap
, 0, 0, p);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 54 milliseconds