Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java396 boolean recycled = false; in applyRemoteViews()
433 recycled = true; in applyRemoteViews()
454 applyContent(content, recycled, exception); in applyRemoteViews()
457 private void applyContent(View content, boolean recycled, Exception exception) { in applyContent() argument
470 if (!recycled) { in applyContent()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java5702 boolean recycled = false; in recycleViewHolderInternal()
5740 recycled = true; in recycleViewHolderInternal()
5757 if (!cached && !recycled && transientStatePreventsRecycling) { in recycleViewHolderInternal()
/frameworks/base/cmds/statsd/src/
Datoms.proto4188 // gets recycled and we have isolated uids, we might attribute the data incorrectly.