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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
ProportionalLayout.java 86 a.recycle();
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ImageCacheRequest.java 77 MediaItem.getBytesBufferPool().recycle(buffer);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GestureRecognizer.java 72 cancelEvent.recycle();
  /packages/apps/Gallery2/src/com/android/photos/data/
GalleryBitmapPool.java 146 b.recycle();
  /packages/apps/Launcher3/src/com/android/launcher3/
HolographicLinearLayout.java 54 a.recycle();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
NonDistinctMultitouchHelper.java 110 me.recycle();
  /sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/
LabelView.java 80 a.recycle();
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityEventTest.java 73 firstEvent.recycle();
87 // recycle and obtain the same recycled instance
88 populatedEvent.recycle();
AccessibilityNodeInfoTest.java 61 firstInfo.recycle();
75 // recycle and obtain the same recycled instance
76 populatedInfo.recycle();
  /cts/tests/tests/text/src/android/text/style/cts/
TextAppearanceSpanTest.java 43 p.recycle();
196 p.recycle();
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayout_LayoutParamsTest.java 89 a.recycle();
104 a.recycle();
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityService.java 645 event.recycle();
688 event.recycle();
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodSessionWrapper.java 97 args.recycle();
108 args.recycle();
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 267 public Entry getValues(int i, Entry recycle) {
268 final Entry entry = recycle != null ? recycle : new Entry();
471 public Entry getValues(long start, long end, Entry recycle) {
472 return getValues(start, end, Long.MAX_VALUE, recycle);
479 public Entry getValues(long start, long end, long now, Entry recycle) {
480 final Entry entry = recycle != null ? recycle : new Entry();
  /frameworks/base/core/java/android/preference/
ListPreference.java 53 a.recycle();
61 a.recycle();
MultiCheckPreference.java 55 a.recycle();
63 a.recycle();
  /frameworks/base/core/java/android/text/style/
TextAppearanceSpan.java 96 a.recycle();
103 a.recycle();
  /frameworks/base/core/java/android/view/
PointerIcon.java 132 a.recycle();
389 a.recycle();
  /frameworks/base/core/java/android/widget/
ViewAnimator.java 70 a.recycle();
93 a.recycle();
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimationDrawable.java 251 a.recycle();
278 a.recycle();
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditor.java 189 mOverlayBitmap.recycle();
313 mOverlayBitmap.recycle();
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 38 // The user of this class should call recycle() when the texture is not
294 public void recycle() { method in class:UploadedTexture
295 super.recycle();
  /frameworks/support/v4/ics/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatIcs.java 216 public static void recycle(Object info) { method in class:AccessibilityNodeInfoCompatIcs
217 ((AccessibilityNodeInfo) info).recycle(); method
  /packages/apps/Browser/src/com/android/browser/
CrashRecoveryHandler.java 181 parcel.recycle();
246 p.recycle();

Completed in 2110 milliseconds

1 2 3 4 5 6 7 8 91011>>