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

1 2 3 4 5 67 8 91011>>

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
CompatTextView.java 52 style.recycle();
TintImageView.java 59 a.recycle();
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
MotionEvents.java 99 motionEvent.recycle();
153 motionEvent.recycle();
191 motionEvent.recycle();
228 motionEvent.recycle();
  /packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java 167 // This decoder will no longer be used, recycle it.
168 mDecoder.recycle();
198 // No ongoing decoding task, safe to recycle the decoder.
199 mRegionDecoder.recycle();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterRS.java 192 bitmap.recycle();
205 resizeBitmap.recycle();
206 bitmap.recycle();
222 bitmap.recycle();
  /packages/apps/Launcher2/src/com/android/launcher2/
DrawableStateProxyView.java 48 a.recycle();
HandleView.java 48 a.recycle();
HolographicLinearLayout.java 50 a.recycle();
  /packages/apps/Launcher3/src/com/android/launcher3/
DrawableStateProxyView.java 46 a.recycle();
  /packages/apps/PhoneCommon/src/com/android/phone/common/widget/
ResizingTextEditText.java 40 a.recycle();
ResizingTextTextView.java 40 a.recycle();
  /cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java 69 mTypedArray.recycle();
158 test.recycle();
171 ta.recycle();
  /frameworks/base/core/java/android/content/pm/
ParceledListSlice.java 89 reply.recycle();
90 data.recycle();
110 * where we won't have a chance to call recycle on this.
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableParcelable.java 94 parcel.recycle();
155 parcel.recycle();
178 parcel.recycle();
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodSessionWrapper.java 85 args.recycle();
106 args.recycle();
121 args.recycle();
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityEventCompat.java 224 * <strong>Note:</strong> Do not call {@link AccessibilityRecordCompat#recycle()} on the
225 * returned {@link AccessibilityRecordCompat}. Call {@link AccessibilityEvent#recycle()}
226 * in case you want to recycle the event.
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java 183 wholeImage.recycle();
213 wholeImage.recycle();
239 wholeImage.recycle();
275 wholeImage.recycle();
284 decoder.recycle();
338 actual.recycle();
339 expected.recycle();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlidingWindow.java 232 if (entry.coverLoader != null) entry.coverLoader.recycle();
233 if (entry.labelLoader != null) entry.labelLoader.recycle();
234 if (entry.labelTexture != null) entry.labelTexture.recycle();
235 if (entry.bitmapTexture != null) entry.bitmapTexture.recycle();
264 entry.labelLoader.recycle();
279 entry.coverLoader.recycle();
537 entry.labelLoader.recycle();
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 66 mMotionEvent1.recycle();
69 mMotionEvent2.recycle();
314 mMotionEvent2.recycle();
317 mMotionEvent2.recycle();
318 fail("recycle() should throw an exception when the event has already been recycled.");
322 mMotionEvent2 = null; // since it was recycled, don't try to recycle again in tear down
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityCache.java 60 oldWindow.recycle();
152 // Return a copy since the client calls to AccessibilityNodeInfo#recycle()
244 // Cache a copy since the client calls to AccessibilityNodeInfo#recycle()
262 window.recycle();
281 // Recycle the nodes before clearing the cache.
286 info.recycle();
  /frameworks/base/services/core/java/com/android/server/wm/
DragState.java 208 * process, so it's safe for the caller to call recycle() on the event afterwards.
236 event.recycle();
276 evt.recycle();
334 evt.recycle();
345 evt.recycle();
385 evt.recycle();
  /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();
  /cts/tests/tests/os/src/android/os/cts/
MessengerTest.java 166 parcel.recycle();
180 parcelWithMessenger.recycle();
187 parcelWithNull.recycle();
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
AccessibilityEventScrollStepStrategy.java 80 // Recycle the current last event.
82 lastEvent.recycle();
124 event.recycle();
  /frameworks/base/core/java/android/app/usage/
UsageEvents.java 219 mParcel.recycle();
334 p.recycle();
369 mParcel.recycle();

Completed in 607 milliseconds

1 2 3 4 5 67 8 91011>>