Searched refs:mTransientStateViewsById (Results 1 – 2 of 2) sorted by relevance
6874 private LongSparseArray<View> mTransientStateViewsById; field in AbsListView.FlingRunnable.RecycleBin6913 if (mTransientStateViewsById != null) { in markChildrenDirty()6914 final int count = mTransientStateViewsById.size(); in markChildrenDirty()6916 mTransientStateViewsById.valueAt(i).forceLayout(); in markChildrenDirty()6992 if (mAdapter != null && mAdapterHasStableIds && mTransientStateViewsById != null) { in getTransientStateView()6994 View result = mTransientStateViewsById.get(id); in getTransientStateView()6995 mTransientStateViewsById.remove(id); in getTransientStateView()7023 final LongSparseArray<View> viewsById = mTransientStateViewsById; in clearTransientStateViews()7096 if (mTransientStateViewsById == null) { in addScrapView()7097 mTransientStateViewsById = new LongSparseArray<>(); in addScrapView()[all …]
69031 Landroid/widget/AbsListView$RecycleBin;->mTransientStateViewsById:Landroid/util/LongSparseArray;