Searched refs:mTransientStateViewsById (Results 1 – 2 of 2) sorted by relevance
7181 private LongSparseArray<View> mTransientStateViewsById; field in AbsListView.FlingRunnable.RecycleBin7220 if (mTransientStateViewsById != null) { in markChildrenDirty()7221 final int count = mTransientStateViewsById.size(); in markChildrenDirty()7223 mTransientStateViewsById.valueAt(i).forceLayout(); in markChildrenDirty()7304 if (mAdapter != null && mAdapterHasStableIds && mTransientStateViewsById != null) { in getTransientStateView()7306 View result = mTransientStateViewsById.get(id); in getTransientStateView()7307 mTransientStateViewsById.remove(id); in getTransientStateView()7335 final LongSparseArray<View> viewsById = mTransientStateViewsById; in clearTransientStateViews()7408 if (mTransientStateViewsById == null) { in addScrapView()7409 mTransientStateViewsById = new LongSparseArray<>(); in addScrapView()[all …]
65065 Landroid/widget/AbsListView$RecycleBin;->mTransientStateViewsById:Landroid/util/LongSparseArray;