OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recycle
(Results
101 - 125
of
1224
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/tests/coretests/src/android/app/activity/
RemoteGrantedReceiver.java
37
data.
recycle
();
RemoteReceiver.java
45
data.
recycle
();
/frameworks/base/graphics/java/android/graphics/
TemporaryBuffer.java
40
public static void
recycle
(char[] temp) {
method in class:TemporaryBuffer
/frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
AddressView.java
41
a.
recycle
();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
TintCheckBox.java
50
a.
recycle
();
TintCheckedTextView.java
51
a.
recycle
();
TintEditText.java
49
a.
recycle
();
TintRadioButton.java
51
a.
recycle
();
TintSpinner.java
56
a.
recycle
();
/packages/apps/Camera/src/com/android/camera/
CameraPreference.java
46
a.
recycle
();
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
CanvasTexture.java
47
bitmap.
recycle
();
ResourceTexture.java
50
bitmap.
recycle
();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
ScreenNail.java
31
public void
recycle
();
method in interface:ScreenNail
/packages/apps/Gallery2/src/com/android/photos/shims/
MediaItemsLoader.java
144
public Drawable drawableForItem(Cursor item, Drawable
recycle
) {
146
if (
recycle
== null || !(
recycle
instanceof BitmapJobDrawable)) {
149
drawable = (BitmapJobDrawable)
recycle
;
MediaSetLoader.java
134
public Drawable drawableForItem(Cursor item, Drawable
recycle
) {
136
if (
recycle
== null || !(
recycle
instanceof BitmapJobDrawable)) {
139
drawable = (BitmapJobDrawable)
recycle
;
/packages/apps/Launcher2/src/com/android/launcher2/
HolographicOutlineHelper.java
194
brightOutline.
recycle
();
195
thickOuterBlur.
recycle
();
196
thickInnerBlur.
recycle
();
197
glowShape.
recycle
();
/packages/apps/LegacyCamera/src/com/android/camera/
CameraPreference.java
47
a.
recycle
();
/cts/tests/tests/os/src/android/os/cts/
MessageTest.java
174
message.
recycle
();
237
message.
recycle
();
240
message.
recycle
();
249
message.
recycle
();
265
msg.
recycle
();
/frameworks/base/libs/hwui/
ResourceCache.cpp
239
bool ResourceCache::
recycle
(SkBitmap* resource) {
function in class:android::uirenderer::ResourceCache
251
// not tracking this resource; just
recycle
the pixel data
257
// Should not get here - shouldn't get a call to
recycle
if we're not yet tracking it
265
// Still referring to resource, don't
recycle
yet
271
* by the various destructor() and
recycle
() methods which call this method).
/cts/tests/tests/text/src/android/text/style/cts/
RelativeSizeSpanTest.java
38
p.
recycle
();
118
p.
recycle
();
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineJob.java
79
resource.
recycle
();
85
// Hold on to resource for duration of request so we don't
recycle
it in the middle of notifying if it
/external/jemalloc/include/jemalloc/internal/
stats.h
31
* the bin. Note that tcache may allocate an object, then
recycle
it
67
* the arena. Note that tcache may allocate an object, then
recycle
it
/external/protobuf/java/src/device/test/java/com/google/protobuf/nano/
NanoAndroidTest.java
58
parcel.
recycle
();
80
parcel.
recycle
();
/frameworks/base/core/java/android/os/storage/
IMountShutdownObserver.java
109
_reply.
recycle
();
110
_data.
recycle
();
IObbActionListener.java
119
_reply.
recycle
();
120
_data.
recycle
();
Completed in 1670 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>