HomeSort by relevance Sort by last modified time
    Searched refs:recycle (Results 76 - 100 of 770) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
BitmapTileProvider.java 93 public void recycle() { method in class:BitmapTileProvider
100 mScreenNail.recycle();
SurfaceTextureScreenNail.java 79 mExtTexture.recycle();
138 abstract public void recycle(); method in class:SurfaceTextureScreenNail
  /frameworks/base/core/java/android/os/
Binder.java 427 reply.recycle();
428 data.recycle();
457 data.recycle();
458 reply.recycle();
470 data.recycle();
471 reply.recycle();
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsActivityTest.java 58 p.recycle();
91 p.recycle();
117 p.recycle();
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewIconCache.java 83 mIconOutlineCache.get(key).recycle();
92 mIconOutlineCache.get(key).recycle();
126 mIconOutlineCache.get(key).recycle();
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewIconCache.java 83 mIconOutlineCache.get(key).recycle();
92 mIconOutlineCache.get(key).recycle();
126 mIconOutlineCache.get(key).recycle();
  /packages/apps/VideoEditor/src/com/android/videoeditor/
BaseAdapterWithImages.java 110 bitmap.recycle();
139 drawable.getBitmap().recycle();
150 * Upon destroy, recycle all images and then remove all child views in the list view.
159 drawable.getBitmap().recycle();
175 // The adapter may recycle a view and then reuse it.
  /cts/tests/tests/text/src/android/text/style/cts/
RelativeSizeSpanTest.java 38 p.recycle();
118 p.recycle();
ScaleXSpanTest.java 38 p.recycle();
112 p.recycle();
StyleSpanTest.java 39 p.recycle();
115 p.recycle();
  /development/samples/Snake/src/com/example/android/snake/
TileView.java 68 a.recycle();
77 a.recycle();
  /frameworks/base/core/java/android/view/
InputQueue.java 126 e.recycle();
134 public void recycle() { method in class:InputQueue.ActiveInputEvent
  /frameworks/base/graphics/java/android/graphics/
BitmapRegionDecoder.java 219 public void recycle() { method in class:BitmapRegionDecoder
251 recycle(); method
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
BasicTexture.java 157 // recycle() is called when the texture will never be used again,
159 public void recycle() { method in class:BasicTexture
185 recycle(); method
189 // This is for deciding if we can call Bitmap's recycle().
190 // We cannot call Bitmap's recycle() in finalizer because at that point
191 // the finalizer of Bitmap may already be called so recycle() will crash.
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetModel.java 264 final Time recycle = new Time(timeZone); local
270 recycle.setToNow();
273 mHomeTZName = TimeZone.getTimeZone(timeZone).getDisplayName(recycle.isDst != 0,
298 start = Utils.convertAlldayUtcToLocal(recycle, start, tz);
299 end = Utils.convertAlldayUtcToLocal(recycle, end, tz);
336 final DayInfo dayInfo = populateDayInfo(day, recycle);
407 private DayInfo populateDayInfo(int julianDay, Time recycle) {
408 long millis = recycle.setJulianDay(julianDay);
  /packages/apps/Camera/src/com/android/camera/
IconListPreference.java 47 a.recycle();
90 array.recycle();
  /packages/apps/Camera2/src/com/android/camera/
IconListPreference.java 49 a.recycle();
92 array.recycle();
  /packages/apps/Camera2/src/com/android/camera/data/
InProgressDataWrapper.java 165 public void recycle() { method in class:InProgressDataWrapper
166 mLocalData.recycle();
  /packages/apps/Gallery/src/com/android/camera/
Util.java 73 b.recycle();
146 // Whether we should recycle the input (unless the output is the input).
155 boolean recycle) {
184 if (recycle) {
185 source.recycle();
220 if (recycle && b1 != source) {
221 source.recycle();
235 if (recycle || b1 != source) {
236 b1.recycle();
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
BasicTexture.java 157 // recycle() is called when the texture will never be used again,
159 public void recycle() { method in class:BasicTexture
185 recycle(); method
189 // This is for deciding if we can call Bitmap's recycle().
190 // We cannot call Bitmap's recycle() in finalizer because at that point
191 // the finalizer of Bitmap may already be called so recycle() will crash.
  /packages/apps/Launcher3/src/com/android/gallery3d/glrenderer/
BasicTexture.java 157 // recycle() is called when the texture will never be used again,
159 public void recycle() { method in class:BasicTexture
185 recycle(); method
189 // This is for deciding if we can call Bitmap's recycle().
190 // We cannot call Bitmap's recycle() in finalizer because at that point
191 // the finalizer of Bitmap may already be called so recycle() will crash.
  /packages/apps/LegacyCamera/src/com/android/camera/
IconListPreference.java 48 a.recycle();
83 array.recycle();
  /packages/apps/Mms/src/com/android/mms/util/
ThumbnailManager.java 393 Bitmap bitmap, int maxLength, boolean recycle) {
399 return resizeBitmapByScale(bitmap, scale, recycle);
403 Bitmap bitmap, float scale, boolean recycle) {
413 if (recycle) bitmap.recycle();
431 bitmap.recycle();
520 Bitmap bitmap, int targetSize, boolean recycle) {
526 return resizeBitmapByScale(bitmap, scale, recycle);
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java 386 metadata.recycle();
415 posMetadata.recycle();
436 posMetadata.recycle();
458 posMetadata.recycle();
486 metadata.recycle();
598 elGroupPos.recycle();
602 pm.recycle();
641 elGroupPos.recycle();
643 pm.recycle();
1016 public void recycle() { method in class:ExpandableListConnector.PositionMetadata
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
ConfigurationInfoTest.java 51 p.recycle();

Completed in 1050 milliseconds

1 2 34 5 6 7 8 91011>>