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

<<21222324252627282930>>

  /frameworks/base/core/java/android/text/
TextLine.java 38 * 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();
    [all...]
Layout.java 359 TextLine.recycle(tl);
428 mLineBackgroundSpans.recycle();
854 TextLine.recycle(tl);
    [all...]
SpannableStringBuilder.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AccessibilityController.java     [all...]
  /frameworks/base/services/print/java/com/android/server/print/
UserState.java     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 197 * Recycle a used JsEvalContext instance, so we can avoid creating one
202 JsEvalContext.recycle = function(instance) {
  /external/chromium_org/ppapi/proxy/
video_decoder_resource_unittest.cc 471 // Get to a state where we have a picture to recycle.
482 // recycle.
  /external/chromium_org/third_party/jstemplate/
jsevalcontext.js 197 * Recycle a used JsEvalContext instance, so we can avoid creating one
202 JsEvalContext.recycle = function(instance) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector.h 151 // If we are out of available nodes first try to recycle some.
152 // If there is nothing to recycle, flush the graph and increment the epoch.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpConnection.java 102 pool.recycle(connection);
396 pool.recycle(connection);
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 174 a.recycle();
478 event.recycle();
  /frameworks/base/core/java/android/os/
CommonTimeConfig.java 372 reply.recycle();
373 data.recycle();
  /frameworks/base/core/java/android/view/
MenuInflater.java 374 a.recycle();
426 a.recycle();
PointerIcon.java 132 a.recycle();
389 a.recycle();
  /frameworks/base/core/java/android/widget/
TabWidget.java 91 a.recycle();
430 event.recycle();
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java 287 a.recycle();
301 a.recycle();
AnimationDrawable.java 287 a.recycle();
315 a.recycle();
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
MultiPaneChallengeLayout.java 76 a.recycle();
550 a.recycle();
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 140 a.recycle();
153 ta.recycle();
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
SupportMenuInflater.java 359 a.recycle();
411 a.recycle();
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 78 a.recycle();
83 a.recycle();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 381 a.recycle();
396 a.recycle();
  /packages/services/Telephony/src/com/android/phone/
EditPhoneNumberPreference.java 134 a.recycle();
140 a.recycle();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
ColorCheckerTest.java 176 inputImage.recycle();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
GLArrowSensorTestRenderer.java 150 bitmap.recycle();

Completed in 1536 milliseconds

<<21222324252627282930>>