HomeSort by relevance Sort by last modified time
    Searched refs:tempBitmap (Results 1 - 3 of 3) 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;
  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 537 Bitmap tempBitmap = mCachedShortcutPreviewBitmap.get();
539 if (tempBitmap == null ||
540 tempBitmap.getWidth() != maxWidth ||
541 tempBitmap.getHeight() != maxHeight) {
542 tempBitmap = Bitmap.createBitmap(maxWidth, maxHeight, Config.ARGB_8888);
543 mCachedShortcutPreviewBitmap.set(tempBitmap);
545 c.setBitmap(tempBitmap);
562 icon, tempBitmap, paddingLeft, paddingTop, scaledIconWidth, scaledIconWidth);
582 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 1000 milliseconds