HomeSort by relevance Sort by last modified time
    Searched full:recycle (Results 351 - 375 of 1224) sorted by null

<<11121314151617181920>>

  /frameworks/ex/framesequence/src/android/support/rastermill/
FrameSequenceDrawable.java 80 bitmap.recycle();
240 * If no BitmapProvider is attached to the drawable, recycle() is called on the Bitmaps.
  /frameworks/base/core/java/android/os/
Binder.java 472 reply.recycle();
473 data.recycle();
515 data.recycle();
516 reply.recycle();
528 data.recycle();
529 reply.recycle();
Message.java 87 * It is an error to attempt to enqueue or recycle a message that is already in use.
272 * effectively been freed. It is an error to recycle a message that is currently
276 public void recycle() { method in class:Message
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfo.java 708 refreshedInfo.recycle();
760 * <strong>Note:</strong> It is a client responsibility to recycle the
761 * received info by calling {@link AccessibilityNodeInfo#recycle()}
2436 public void recycle() { method in class:AccessibilityNodeInfo
2560 recycle(); method
3485 void recycle() { method in class:AccessibilityNodeInfo.RangeInfo
3640 void recycle() { method in class:AccessibilityNodeInfo.CollectionInfo
3807 void recycle() { method in class:AccessibilityNodeInfo.CollectionItemInfo
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java     [all...]
ShapeDrawable.java 372 a.recycle();
386 a.recycle();
419 a.recycle();
  /frameworks/base/core/java/android/content/res/
Resources.java 536 * Be sure to call {@link TypedArray#recycle() TypedArray.recycle()}
    [all...]
  /frameworks/base/core/java/android/app/
UiAutomation.java 135 * to recycle the received events to minimize object creation.
423 * <strong>Note:</strong> It is caller's responsibility to recycle the event.
492 * <strong>Note:</strong> It is caller's responsibility to recycle the returned event.
535 event.recycle();
676 screenShot.recycle();
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java 249 args.recycle();
266 args.recycle();
289 args.recycle();
306 args.recycle();
326 args.recycle();
    [all...]
  /packages/apps/Camera2/src/com/android/camera/data/
LocalMediaData.java 251 public void recycle(View view) { method in class:LocalMediaData
568 public void recycle(View view) { method in class:LocalMediaData.PhotoData
569 super.recycle(view);
864 public void recycle(View view) { method in class:LocalMediaData.VideoData
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 193 mBitmap.recycle();
251 mBitmap.recycle();
271 mBitmap.recycle();
396 b.recycle();
527 faceBitmap.recycle();
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 210 a.recycle();
341 a.recycle();
384 a.recycle();
387 a.recycle();
848 a.recycle();
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoManager.java 434 * Recycles tasks by calling their internal recycle() method and then putting them back into
436 * @param downloadTask The task to recycle
441 downloadTask.recycle();
  /external/chromium_org/chrome/test/base/
in_process_browser_test.cc 423 autorelease_pool_->Recycle();
429 autorelease_pool_->Recycle();
436 autorelease_pool_->Recycle();
  /external/chromium_org/third_party/sqlite/src/src/
test_pcache.c 258 /* If there are no free pages, recycle a page. The page to
259 ** recycle is selected at random from all unpinned pages.
273 /* The previous loop always finds a page to recycle. */
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 202 levels.recycle();
203 colors.recycle();
204 atts.recycle();
  /frameworks/opt/bitmap/src/com/android/bitmap/
DecodeTask.java 344 brd.recycle();
519 // not reusing bitmaps: can recycle immediately
520 result.bmp.recycle();
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompat.java 238 public void recycle(Object info); method in interface:AccessibilityNodeInfoCompat.AccessibilityNodeInfoImpl
557 public void recycle(Object info) { method in class:AccessibilityNodeInfoCompat.AccessibilityNodeInfoStubImpl
908 public void recycle(Object info) { method in class:AccessibilityNodeInfoCompat.AccessibilityNodeInfoIcsImpl
909 AccessibilityNodeInfoCompatIcs.recycle(info);
2270 public void recycle() { method in class:AccessibilityNodeInfoCompat
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
BrowseInfo.java 241 sa.recycle();
244 sa.recycle();
285 sa.recycle();
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 76 void recycle(int reg);
115 void recycle(int reg) { function in class:android::RegisterAllocator::Scratch
116 mRegFile.recycle(reg);
texturing.cpp 106 scratches.recycle(end);
214 regs.recycle(fragment.reg);
598 scratches.recycle(width);
599 scratches.recycle(height);
616 scratches.recycle(s.reg);
617 scratches.recycle(t.reg);
619 scratches.recycle(dsdx);
620 scratches.recycle(dtdx);
641 // recycle registers we don't need anymore
642 scratches.recycle(u)
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 254 // On pre-Honeycomb systems, it's important to call recycle on bitmaps
255 avatar.recycle();
  /frameworks/base/core/java/android/preference/
ListPreference.java 53 a.recycle();
61 a.recycle();
  /frameworks/base/core/java/android/view/
VelocityTracker.java 51 * motion. Be sure to call {@link #recycle} when done. You should
82 public void recycle() { method in class:VelocityTracker
ViewStub.java 111 a.recycle();
116 a.recycle();

Completed in 590 milliseconds

<<11121314151617181920>>