Searched defs:recycle (Results 1 - 25 of 45) sorted by relevance

12

/frameworks/base/graphics/java/android/graphics/
H A DTemporaryBuffer.java40 public static void recycle(char[] temp) { method in class:TemporaryBuffer
H A DLargeBitmap.java91 public void recycle() { method in class:LargeBitmap
119 recycle();
H A DBitmapRegionDecoder.java221 public void recycle() { method in class:BitmapRegionDecoder
253 recycle();
/frameworks/base/core/java/android/text/
H A DSpanSet.java105 public void recycle() { method in class:SpanSet
H A DMeasuredText.java69 static MeasuredText recycle(MeasuredText mt) { method in class:MeasuredText
H A DTextLine.java38 * to the pool using recycle().
99 static TextLine recycle(TextLine tl) { method in class:TextLine
104 tl.mMetricAffectingSpanSpanSet.recycle();
105 tl.mCharacterStyleSpanSet.recycle();
106 tl.mReplacementSpanSpanSet.recycle();
/frameworks/base/core/java/android/view/
H A DInputEvent.java97 * objects are fine. See {@link KeyEvent#recycle()} for details.
100 public void recycle() { method in class:InputEvent
122 * the application we can no longer recycle it.
126 recycle();
H A DWindowInfo.java77 recycle();
119 public void recycle() { method in class:WindowInfo
H A DDragEvent.java407 public final void recycle() { method in class:DragEvent
408 // Ensure recycle is only called once!
H A DFocusFinder.java177 mSequentialFocusComparator.recycle();
623 public void recycle() { method in class:FocusFinder.SequentialFocusComparator
H A DVelocityTracker.java69 * motion. Be sure to call {@link #recycle} when done. You should
99 public void recycle() { method in class:VelocityTracker
H A DInputEventConsistencyVerifier.java155 state.recycle();
230 state.recycle();
636 mRecentEvents[index].recycle();
726 public void recycle() { method in class:InputEventConsistencyVerifier.KeyState
/frameworks/base/core/java/android/widget/
H A DExpandableListPosition.java132 public void recycle() { method in class:ExpandableListPosition
H A DExpandableListConnector.java386 metadata.recycle();
415 posMetadata.recycle();
436 posMetadata.recycle();
458 posMetadata.recycle();
486 metadata.recycle();
598 elGroupPos.recycle();
602 pm.recycle();
641 elGroupPos.recycle();
643 pm.recycle();
981 position.recycle();
1016 public void recycle() { method in class:ExpandableListConnector.PositionMetadata
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DSomeArgs.java23 * it is responsibility of the client to recycle and instance
68 public void recycle() { method in class:SomeArgs
/frameworks/base/libs/hwui/
H A DResourceCache.cpp272 bool ResourceCache::recycle(SkBitmap* resource) { function in class:android::uirenderer::ResourceCache
284 // not tracking this resource; just recycle the pixel data
290 // Should not get here - shouldn't get a call to recycle if we're not yet tracking it
298 // Still referring to resource, don't recycle yet
304 * by the various destructor() and recycle() methods which call this method).
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java33 * sure to call {@link #recycle} when done with them.
689 public void recycle() { method in class:TypedArray
/frameworks/base/core/java/android/os/
H A DMessage.java248 public void recycle() { method in class:Message
/frameworks/base/core/jni/
H A Dandroid_view_KeyEvent.cpp34 jmethodID recycle; member in struct:android::__anon991
94 env->CallVoidMethod(eventObj, gKeyEventClassInfo.recycle);
142 GET_METHOD_ID(gKeyEventClassInfo.recycle, gKeyEventClassInfo.clazz,
143 "recycle", "()V");
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java900 public void recycle() { method in class:BridgeTypedArray
/frameworks/support/v4/ics/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompatIcs.java118 public static void recycle(Object record) { method in class:AccessibilityRecordCompatIcs
119 ((AccessibilityRecord) record).recycle();
H A DAccessibilityNodeInfoCompatIcs.java216 public static void recycle(Object info) { method in class:AccessibilityNodeInfoCompatIcs
217 ((AccessibilityNodeInfo) info).recycle();
/frameworks/base/core/java/android/net/
H A DNetworkStats.java242 public Entry getValues(int i, Entry recycle) { argument
243 final Entry entry = recycle != null ? recycle : new Entry();
417 public Entry getTotal(Entry recycle) { argument
418 return getTotal(recycle, null, UID_ALL, false);
425 public Entry getTotal(Entry recycle, int limitUid) { argument
426 return getTotal(recycle, null, limitUid, false);
433 public Entry getTotal(Entry recycle, HashSet<String> limitIface) { argument
434 return getTotal(recycle, limitIface, UID_ALL, false);
437 public Entry getTotalIncludingTags(Entry recycle) { argument
448 getTotal( Entry recycle, HashSet<String> limitIface, int limitUid, boolean includeTags) argument
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java941 public void recycle() { method in class:AccessibilityEvent
971 record.recycle();
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java789 private void recycle() { method in class:AsyncChannel.SyncMessenger
819 sm.recycle();

Completed in 7566 milliseconds

12