Searched refs:recycled (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetHostView.java | 389 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/ |
D | gridview.jd | 124 // 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/ |
D | GridView.java | 1465 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()
|
D | ListView.java | 1995 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/ |
D | smooth-scrolling.jd | 66 // If this item hasn't been recycled already, hide the
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | manage-memory.jd | 81 <code>"Canvas: trying to use a recycled bitmap"</code>.</p> 92 <li>The bitmap is not {@code null}, and it hasn't been recycled yet.</li>
|
D | process-bitmap.jd | 114 already been recycled for use in another child view. Furthermore, there is no guarantee that the
|
D | display-bitmap.jd | 296 if (convertView == null) { // if it's not recycled, initialize some attributes
|
/frameworks/base/docs/html/training/custom-views/ |
D | create-view.jd | 209 and must be recycled after use.</p>
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | RecyclerViewLayoutTest.java | 1351 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/ |
D | efficient-network-access.jd | 161 …hreadStatsTag()} value. These libraries also tag and untag sockets when recycled through keep-aliv…
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 5196 boolean recycled = false; in recycleViewHolderInternal() 5217 recycled = true; in recycleViewHolderInternal() 5226 if (!cached && !recycled && transientStatePreventsRecycling) { in recycleViewHolderInternal()
|
/frameworks/base/docs/html/training/articles/ |
D | smp.jd | 1202 from "recycled" memory, for example a new object created in the same
|
/frameworks/base/docs/html/topic/libraries/support-library/ |
D | revisions.jd | 1905 setRecycledPoolSize()} methods to allow customized recycled pool sizes.</li>
|