/frameworks/base/core/java/android/preference/ |
PreferenceFrameLayout.java | 76 a.recycle(); 143 a.recycle();
|
/frameworks/base/core/java/android/view/ |
InputQueue.java | 125 e.recycle(); 133 public void recycle() { method in class:InputQueue.ActiveInputEvent
|
GLES20RecordingCanvas.java | 53 void recycle() { method in class:GLES20RecordingCanvas
|
/frameworks/base/graphics/java/android/graphics/ |
LargeBitmap.java | 81 public void recycle() { method in class:LargeBitmap 109 recycle(); method
|
/frameworks/base/media/java/android/media/ |
ThumbnailUtils.java | 53 * Constant used to indicate we should recycle the input in 362 boolean recycle = (options & OPTIONS_RECYCLE_INPUT) != 0; 392 if (recycle) { 393 source.recycle(); 429 if (recycle && b1 != source) { 430 source.recycle(); 444 if (recycle || b1 != source) { 445 b1.recycle();
|
/frameworks/support/v4/ics/android/support/v4/view/accessibility/ |
AccessibilityRecordCompatIcs.java | 118 public static void recycle(Object record) { method in class:AccessibilityRecordCompatIcs 119 ((AccessibilityRecord) record).recycle(); method
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
TintTypedArray.java | 172 public void recycle() { method in class:TintTypedArray 173 mWrapped.recycle();
|
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/ |
Tap.java | 48 res.down.recycle(); 74 downEvent.recycle();
|
/packages/apps/Calendar/src/com/android/calendar/widget/ |
CalendarAppWidgetModel.java | 264 final Time recycle = new Time(timeZone); local 270 recycle.setToNow(); 273 mHomeTZName = TimeZone.getTimeZone(timeZone).getDisplayName(recycle.isDst != 0, 298 start = Utils.convertAlldayUtcToLocal(recycle, start, tz); 299 end = Utils.convertAlldayUtcToLocal(recycle, end, tz); 336 final DayInfo dayInfo = populateDayInfo(day, recycle); 407 private DayInfo populateDayInfo(int julianDay, Time recycle) { 408 long millis = recycle.setJulianDay(julianDay);
|
/packages/apps/Camera/src/com/android/camera/ |
IconListPreference.java | 47 a.recycle(); 90 array.recycle();
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
SurfaceTextureScreenNail.java | 79 mExtTexture.recycle(); 138 abstract public void recycle(); method in class:SurfaceTextureScreenNail
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
IconListPreference.java | 48 a.recycle(); 83 array.recycle();
|
/packages/apps/Mms/src/com/android/mms/util/ |
ThumbnailManager.java | 393 Bitmap bitmap, int maxLength, boolean recycle) { 399 return resizeBitmapByScale(bitmap, scale, recycle); 403 Bitmap bitmap, float scale, boolean recycle) { 413 if (recycle) bitmap.recycle(); 431 bitmap.recycle(); 520 Bitmap bitmap, int targetSize, boolean recycle) { 526 return resizeBitmapByScale(bitmap, scale, recycle);
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
ConfigurationInfoTest.java | 51 p.recycle();
|
InstrumentationInfoTest.java | 52 p.recycle();
|
PackageStatsTest.java | 53 p.recycle();
|
PermissionGroupInfoTest.java | 50 p.recycle();
|
PermissionInfoTest.java | 51 p.recycle();
|
/external/okhttp/okio/src/main/java/okio/ |
SegmentPool.java | 51 void recycle(Segment segment) { method in class:SegmentPool
|
/frameworks/base/core/java/android/view/animation/ |
CycleInterpolator.java | 56 a.recycle();
|
/frameworks/base/core/java/com/android/internal/widget/ |
DialogTitle.java | 70 a.recycle();
|
/frameworks/base/core/tests/benchmarks/src/android/os/ |
ParcelBenchmark.java | 32 mParcel.recycle();
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
AccessibilityInputFilter.java | 271 prior.recycle(); 285 transformedEvent.recycle(); 396 public void recycle() { method in class:AccessibilityInputFilter.MotionEventHolder 397 event.recycle();
|
/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
BiDiTestViewDrawText.java | 50 a.recycle();
|
/frameworks/support/v4/jellybean-mr2/android/support/v4/app/ |
ActionBarDrawerToggleJellybeanMR2.java | 66 a.recycle();
|