Searched refs:recycle (Results 101 - 125 of 223) sorted by relevance

123456789

/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetService.java315 Time recycle = new Time();
316 start = Utils.convertAlldayLocalToUTC(recycle, start, tz);
317 end = Utils.convertAlldayLocalToUTC(recycle, end, tz);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DBrowseInfo.java241 sa.recycle();
244 sa.recycle();
285 sa.recycle();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardView.java151 keyboardViewAttr.recycle();
157 keyAttr.recycle();
262 mOffscreenBuffer.recycle();
H A DKeyboardLayoutSet.java381 a.recycle();
396 a.recycle();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSlidingWindow.java258 if (entry.contentLoader != null) entry.contentLoader.recycle();
259 if (entry.bitmapTexture != null) entry.bitmapTexture.recycle();
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
H A DAbsSeekBar.java78 a.recycle();
83 a.recycle();
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoSource.java318 public void recycle(Bitmap trash) { method in class:PhotoSource
321 trash.recycle();
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DViewPagerTabs.java132 a.recycle();
/packages/apps/Dialer/src/com/android/dialer/list/
H A DPhoneFavoriteListView.java103 mDragShadowBitmap.recycle();
/packages/apps/Gallery/src/com/android/camera/
H A DGalleryPicker.java505 if (b != null) b.recycle();
700 temp.recycle();
720 thumb.recycle();
723 temp.recycle();
/packages/apps/Gallery2/src/com/android/gallery3d/anim/
H A DStateTransitionAnimation.java120 mOldScreenTexture.recycle();
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoDataAdapter.java300 if (screenNail != null) screenNail.recycle();
334 if (fullImage != null) fullImage.recycle();
376 if (entry.screenNail != null) entry.screenNail.recycle();
845 if (entry.screenNail != null) entry.screenNail.recycle();
H A DSinglePhotoDataAdapter.java173 mBitmapScreenNail.recycle();
/packages/apps/Gallery2/src/com/android/photos/
H A DBitmapRegionTileSource.java215 bitmap.recycle();
/packages/apps/Launcher2/src/com/android/launcher2/
H A DUtilities.java187 mask.recycle();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPageIndicator.java72 a.recycle();
H A DPreloadIconDrawable.java68 ta.recycle();
/packages/apps/Settings/src/com/android/settings/voice/
H A DVoiceInputHelper.java196 array.recycle();
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartView.java66 a.recycle();
H A DSwitchBar.java79 a.recycle();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
H A DDreamInfoAction.java176 sa.recycle();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
H A DSettingsHelper.java159 data.recycle();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DKeyboardAccessibilityDelegate.java278 touchEvent.recycle();
H A DMainKeyboardAccessibilityDelegate.java275 downEvent.recycle();
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaThumbRequest.java203 bitmap.recycle();

Completed in 4538 milliseconds

123456789