Searched defs:mTransientStateViewsById (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAbsListView.java6403 private LongSparseArray<View> mTransientStateViewsById; field in class:AbsListView.RecycleBin
6442 if (mTransientStateViewsById != null) {
6443 final int count = mTransientStateViewsById.size();
6445 mTransientStateViewsById.valueAt(i).forceLayout();
6520 if (mAdapter != null && mAdapterHasStableIds && mTransientStateViewsById != null) {
6522 View result = mTransientStateViewsById.get(id);
6523 mTransientStateViewsById.remove(id);
6551 final LongSparseArray<View> viewsById = mTransientStateViewsById;
6624 if (mTransientStateViewsById == null) {
6625 mTransientStateViewsById
[all...]

Completed in 46 milliseconds