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

/frameworks/base/core/java/android/widget/
H A DAbsListView.java6354 private LongSparseArray<View> mTransientStateViewsById; field in class:AbsListView.RecycleBin
6393 if (mTransientStateViewsById != null) {
6394 final int count = mTransientStateViewsById.size();
6396 mTransientStateViewsById.valueAt(i).forceLayout();
6471 if (mAdapter != null && mAdapterHasStableIds && mTransientStateViewsById != null) {
6473 View result = mTransientStateViewsById.get(id);
6474 mTransientStateViewsById.remove(id);
6502 final LongSparseArray<View> viewsById = mTransientStateViewsById;
6566 if (mTransientStateViewsById == null) {
6567 mTransientStateViewsById
[all...]

Completed in 2315 milliseconds