OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldBitmap
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
PhotoBitmapLoader.java
86
Bitmap
oldBitmap
= mBitmap;
96
// '
oldBitmap
' if needed; now that the new result is delivered we
98
if (
oldBitmap
!= null &&
oldBitmap
!= bitmap && !
oldBitmap
.isRecycled()) {
99
onReleaseResources(
oldBitmap
);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory_Delegate.java
72
final Bitmap
oldBitmap
= bm;
73
bm = Bitmap.createScaledBitmap(
oldBitmap
, (int) (bm.getWidth() * scale + 0.5f),
75
oldBitmap
.recycle();
/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 2421 milliseconds