Searched refs:mTransientStateViewsById (Results 1 – 2 of 2) sorted by relevance
6804 private LongSparseArray<View> mTransientStateViewsById; field in AbsListView.FlingRunnable.RecycleBin6843 if (mTransientStateViewsById != null) { in markChildrenDirty()6844 final int count = mTransientStateViewsById.size(); in markChildrenDirty()6846 mTransientStateViewsById.valueAt(i).forceLayout(); in markChildrenDirty()6922 if (mAdapter != null && mAdapterHasStableIds && mTransientStateViewsById != null) { in getTransientStateView()6924 View result = mTransientStateViewsById.get(id); in getTransientStateView()6925 mTransientStateViewsById.remove(id); in getTransientStateView()6953 final LongSparseArray<View> viewsById = mTransientStateViewsById; in clearTransientStateViews()7026 if (mTransientStateViewsById == null) { in addScrapView()7027 mTransientStateViewsById = new LongSparseArray<>(); in addScrapView()[all …]
80137 Landroid/widget/AbsListView$RecycleBin;->mTransientStateViewsById:Landroid/util/LongSparseArray;