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

12 3 4 5 6 7 8 91011>>

  /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...]
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/util/
FallbackThemeWrapperTest.java 53 a.recycle();
61 a.recycle();
69 a.recycle();
  /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 81 public final float[] getVisualCenter(float[] recycle) {
82 final float res[] = (recycle == null) ? new float[2] : recycle;
  /cts/tests/tests/text/src/android/text/method/cts/
BaseMovementMethodTest.java 96 event.recycle();
103 event.recycle();
108 event.recycle();
115 event.recycle();
127 event.recycle();
134 event.recycle();
158 event.recycle();
165 event.recycle();
170 event.recycle();
177 event.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/
LeadingMarginSpan_StandardTest.java 47 p.recycle();
94 p.recycle();
106 p.recycle();
AlignmentSpan_StandardTest.java 47 p.recycle();
85 p.recycle();
96 p.recycle();
107 p.recycle();
  /frameworks/base/wifi/tests/src/android/net/wifi/
WifiConfigurationTest.java 53 parcelW.recycle();
66 parcelWW.recycle();
90 parcelW.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();
LocalGrantedReceiver.java 37 data.recycle();
LocalService.java 64 data.recycle();
80 data.recycle();
101 data.recycle();
117 data.recycle();
RemoteDeniedReceiver.java 37 data.recycle();
RemoteGrantedReceiver.java 37 data.recycle();

Completed in 1195 milliseconds

12 3 4 5 6 7 8 91011>>