HomeSort by relevance Sort by last modified time
    Searched refs:recycle (Results 126 - 150 of 1209) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/tests/tests/view/src/android/view/cts/util/
DrawingUtils.java 95 bitmap.recycle();
96 goldenBitmap.recycle();
  /development/samples/Snake/src/com/example/android/snake/
TileView.java 68 a.recycle();
77 a.recycle();
  /external/okhttp/okio/okio/src/main/java/okio/
DeflaterSink.java 75 SegmentPool.recycle(head);
104 // We allocated a tail segment, but didn't end up needing it. Recycle!
106 SegmentPool.recycle(s);
  /frameworks/base/core/java/android/os/
Binder.java 590 reply.recycle();
591 data.recycle();
634 data.recycle();
635 reply.recycle();
647 data.recycle();
648 reply.recycle();
665 data.recycle();
666 reply.recycle();
  /frameworks/base/core/java/android/view/
InputQueue.java 125 e.recycle();
133 public void recycle() { method in class:InputQueue.ActiveInputEvent
MagnificationSpec.java 78 public void recycle() { method in class:MagnificationSpec
105 recycle(); method
  /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.
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ThemeUtils.java 67 a.recycle();
77 a.recycle();
  /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/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/Gallery2/src/com/android/gallery3d/ui/
SurfaceTextureScreenNail.java 79 mExtTexture.recycle();
138 abstract public void recycle(); method in class:SurfaceTextureScreenNail
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
BasicTexture.java 156 // recycle() is called when the texture will never be used again,
158 public void recycle() { method in class:BasicTexture
184 recycle(); method
188 // This is for deciding if we can call Bitmap's recycle().
189 // We cannot call Bitmap's recycle() in finalizer because at that point
190 // 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/services/Car/car-lib/src/android/car/content/pm/
CarAppBlockingPolicy.java 72 payloadParcel.recycle();
87 payloadParcel.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();
InstrumentationInfoTest.java 52 p.recycle();
PackageStatsTest.java 53 p.recycle();
PermissionGroupInfoTest.java 52 p.recycle();
PermissionInfoTest.java 51 p.recycle();
  /cts/tests/tests/text/src/android/text/cts/
AnnotationTest.java 78 dest.recycle();
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
CompletionInfoTest.java 42 p.recycle();
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
TouchHighlightImageButton.java 73 a.recycle();

Completed in 1019 milliseconds

1 2 3 4 56 7 8 91011>>