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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/os/
CommonTimeUtils.java 63 reply.recycle();
64 data.recycle();
85 reply.recycle();
86 data.recycle();
105 reply.recycle();
106 data.recycle();
127 reply.recycle();
128 data.recycle();
147 reply.recycle();
148 data.recycle();
    [all...]
  /frameworks/base/graphics/java/android/graphics/
TemporaryBuffer.java 40 public static void recycle(char[] temp) { method in class:TemporaryBuffer
  /frameworks/support/design/src/android/support/design/widget/
ThemeUtils.java 33 a.recycle();
  /packages/apps/Camera2/src/com/android/camera/processing/memory/
ByteBufferDirectPool.java 36 protected ByteBuffer recycle(Integer integer, ByteBuffer byteBuffer) { method in class:ByteBufferDirectPool
  /packages/apps/Gallery2/src/com/android/photos/shims/
LoaderCompatShim.java 26 Drawable drawableForItem(T item, Drawable recycle);
  /external/glide/library/src/main/java/com/bumptech/glide/request/
ThumbnailRequestCoordinator.java 136 public void recycle() { method in class:ThumbnailRequestCoordinator
137 full.recycle();
138 thumb.recycle();
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
BitmapUtils.java 116 Bitmap bitmap, float scale, boolean recycle) {
126 if (recycle) bitmap.recycle();
139 Bitmap bitmap, int maxLength, boolean recycle) {
145 return resizeBitmapByScale(bitmap, scale, recycle);
148 public static Bitmap resizeAndCropCenter(Bitmap bitmap, int size, boolean recycle) {
165 if (recycle) bitmap.recycle();
172 bitmap.recycle();
174 Log.w(TAG, "unable recycle bitmap", t)
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java 116 Bitmap bitmap, float scale, boolean recycle) {
126 if (recycle) bitmap.recycle();
139 Bitmap bitmap, int maxLength, boolean recycle) {
145 return resizeBitmapByScale(bitmap, scale, recycle);
148 public static Bitmap resizeAndCropCenter(Bitmap bitmap, int size, boolean recycle) {
165 if (recycle) bitmap.recycle();
172 bitmap.recycle();
174 Log.w(TAG, "unable recycle bitmap", t)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DropTarget.java 80 public final float[] getVisualCenter(float[] recycle) {
81 final float res[] = (recycle == null) ? new float[2] : recycle;
  /frameworks/base/core/java/android/os/storage/
IMountServiceListener.java 157 _reply.recycle();
158 _data.recycle();
184 _reply.recycle();
185 _data.recycle();
203 _reply.recycle();
204 _data.recycle();
219 _reply.recycle();
220 _data.recycle();
235 _reply.recycle();
236 _data.recycle();
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
VelocityTest.java 40 vt.recycle();
59 vt.recycle();
70 vt.recycle();
81 vt.recycle();
94 vt.recycle();
107 vt.recycle();
124 vt.recycle();
147 vt.recycle();
169 vt.recycle();
191 vt.recycle();
    [all...]
  /cts/tests/tests/text/src/android/text/style/cts/
BackgroundColorSpanTest.java 37 p.recycle();
87 p.recycle();
98 p.recycle();
ForegroundColorSpanTest.java 37 p.recycle();
89 p.recycle();
100 p.recycle();
LeadingMarginSpan_StandardTest.java 40 p.recycle();
82 p.recycle();
94 p.recycle();
QuoteSpanTest.java 39 p.recycle();
92 p.recycle();
102 p.recycle();
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraAgentFactory.java 40 // we check this once when the library is first loaded so that #recycle()
102 * {@link #recycle(boolean)} with the same {@code api} value provided
142 * @param api Which camera framework handle to recycle.
147 public static synchronized void recycle(CameraApi api) { method in class:CameraAgentFactory
152 sAndroidCameraAgent.recycle();
161 sAndroidCamera2Agent.recycle();
  /packages/apps/Gallery2/src/com/android/photos/adapters/
AlbumSetCursorAdapter.java 63 Drawable recycle = thumbImageView.getDrawable(); local
64 Drawable drawable = mDrawableFactory.drawableForItem(cursor, recycle);
65 if (recycle != drawable) {
PhotoThumbnailAdapter.java 50 Drawable recycle = iv.getDrawable(); local
51 Drawable drawable = mDrawableFactory.drawableForItem(cursor, recycle);
52 if (recycle != drawable) {
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
FolderList.java 50 p.recycle();
65 p.recycle();
78 p.recycle();
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskBackService.java 96 rowNode.recycle();
102 rowNode.recycle();
109 rowNode.recycle();
153 // NOTE: Recycle the infos.
156 oldCurrent.recycle();
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
BitmapDrawableResource.java 32 public void recycle() { method in class:BitmapDrawableResource
GlideBitmapDrawableResource.java 24 public void recycle() { method in class:GlideBitmapDrawableResource
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifBitmapProvider.java 24 bitmap.recycle();
  /external/okhttp/okio/okio/src/main/java/okio/
SegmentPool.java 49 static void recycle(Segment segment) { method in class:SegmentPool
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LocalDeniedReceiver.java 37 data.recycle();

Completed in 1031 milliseconds

12 3 4 5 6 7 8 91011>>