OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recycle
(Results
576 - 600
of
1224
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AbsActionBarView.java
87
a.
recycle
();
ViewStubCompat.java
61
a.
recycle
();
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
UiControllerImplIntegrationTest.java
267
event.
recycle
();
/frameworks/volley/src/com/android/volley/toolbox/
ImageRequest.java
171
tempBitmap.
recycle
();
/packages/apps/Browser/src/com/android/browser/
BreadCrumbView.java
93
a.
recycle
();
/packages/apps/Contacts/src/com/android/contacts/widget/
InterpolatingLayout.java
110
a.
recycle
();
/packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteListView.java
103
mDragShadowBitmap.
recycle
();
/packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoDataAdapter.java
300
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
();
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
Cling.java
84
a.
recycle
();
Utilities.java
187
mask.
recycle
();
/packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java
103
a.
recycle
();
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java
69
* Instead, we simply move the views off-screen and add them to our
recycle
cache. When the views
155
* of all views (on data set or adapter change), we can at least
recycle
them into the typed
342
//
Recycle
all views and re-bind them according to the current set of spacer coordinates.
479
//
recycle
scrolled-off views and add newly visible views
[
all
...]
ConversationPagerController.java
223
a.
recycle
();
/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
NotificationListenerActivity.java
207
//
recycle
the view
/packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java
203
bitmap.
recycle
();
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoCarousel.java
198
mPhotoSource.
recycle
(old);
PhotoTable.java
539
recycle
(photo);
687
recycle
(photo);
977
private void
recycle
(View photo) {
method in class:PhotoTable
[
all
...]
/packages/services/Telephony/src/com/android/phone/
CallForwardEditPreference.java
55
a.
recycle
();
/prebuilts/misc/common/swig/include/2.0.11/r/
r.swg
133
/* Should we
recycle
to make the length correct.
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java
74
* <li><em>
Recycle
(view):</em> A view previously used to display data for a specific adapter
479
* @param removeAndRecycleExistingViews If set to true, RecyclerView will
recycle
all existing
510
* @param removeAndRecycleViews If true, we'll remove and
recycle
all existing views. If
[
all
...]
/external/chromium_org/base/synchronization/
condition_variable_win.cc
526
4) Why do you
recycle
events, and cause spurious signals? First off,
532
activities. If this implementation did not
recycle
events, then it
542
5) Why don't you reset events when you are about to
recycle
them, or
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpEngine.java
226
// We're using a cached response.
Recycle
a connection we may have inherited from a redirect.
228
client.getConnectionPool().
recycle
(connection);
432
// Close the response body. This will
recycle
the connection if it is eligible.
/frameworks/base/core/java/android/animation/
AnimatorInflater.java
544
a.
recycle
();
626
arrayAnimator.
recycle
();
628
arrayObjectAnimator.
recycle
();
/frameworks/base/core/java/android/print/
PrintManager.java
203
args.
recycle
();
746
args.
recycle
();
770
args.
recycle
();
[
all
...]
/frameworks/base/core/java/android/text/
StaticLayout.java
144
mMeasured = MeasuredText.
recycle
(mMeasured);
853
mMeasured = MeasuredText.
recycle
(mMeasured);
[
all
...]
Completed in 1121 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>