Home
last modified time | relevance | path

Searched refs:recycled (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java389 boolean recycled = false; in applyRemoteViews()
441 recycled = true; in applyRemoteViews()
462 applyContent(content, recycled, exception); in applyRemoteViews()
466 private void applyContent(View content, boolean recycled, Exception exception) { in applyContent() argument
477 if (!recycled) { in applyContent()
/frameworks/base/docs/html/guide/topics/ui/layout/
Dgridview.jd124 // if it's not recycled, initialize some attributes
164 recycled object (at least after this has been called once), so there's a check to see if the
181 {@link android.widget.ImageView} is initialized with the recycled {@link android.view.View}
/frameworks/base/core/java/android/widget/
DGridView.java1465 boolean selected, boolean recycled, int where) { in setupChild() argument
1475 boolean needToMeasure = !recycled || updateChildSelected || child.isLayoutRequested(); in setupChild()
1486 if (recycled && !p.forceAdd) { in setupChild()
1560 if (recycled && (((AbsListView.LayoutParams)child.getLayoutParams()).scrappedFromPosition) in setupChild()
DListView.java1995 boolean selected, boolean recycled) { in setupChild() argument
2004 final boolean needToMeasure = !recycled || updateChildSelected || child.isLayoutRequested(); in setupChild()
2015 if ((recycled && !p.forceAdd) || (p.recycledHeaderFooter in setupChild()
2076 if (recycled && (((AbsListView.LayoutParams)child.getLayoutParams()).scrappedFromPosition) in setupChild()
/frameworks/base/docs/html/training/improving-layouts/
Dsmooth-scrolling.jd66 // If this item hasn't been recycled already, hide the
/frameworks/base/docs/html/training/displaying-bitmaps/
Dmanage-memory.jd81 <code>&quot;Canvas: trying to use a recycled bitmap&quot;</code>.</p>
92 <li>The bitmap is not {@code null}, and it hasn't been recycled yet.</li>
Dprocess-bitmap.jd114 already been recycled for use in another child view. Furthermore, there is no guarantee that the
Ddisplay-bitmap.jd296 if (convertView == null) { // if it's not recycled, initialize some attributes
/frameworks/base/docs/html/training/custom-views/
Dcreate-view.jd209 and must be recycled after use.</p>
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java1351 final List<View> recycled = new ArrayList<View>(); in transientStateRecycleTest() local
1365 recycled.add(holder.itemView); in transientStateRecycleTest()
1398 assertEquals(succeed || unsetTransientState, recycled.contains(view)); in transientStateRecycleTest()
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd161 …hreadStatsTag()} value. These libraries also tag and untag sockets when recycled through keep-aliv…
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java5196 boolean recycled = false; in recycleViewHolderInternal()
5217 recycled = true; in recycleViewHolderInternal()
5226 if (!cached && !recycled && transientStatePreventsRecycling) { in recycleViewHolderInternal()
/frameworks/base/docs/html/training/articles/
Dsmp.jd1202 from "recycled" memory, for example a new object created in the same
/frameworks/base/docs/html/topic/libraries/support-library/
Drevisions.jd1905 setRecycledPoolSize()} methods to allow customized recycled pool sizes.</li>