Searched refs:mTransientStateViewsById (Results 1 – 2 of 2) sorted by relevance
6864 private LongSparseArray<View> mTransientStateViewsById; field in AbsListView.FlingRunnable.RecycleBin6903 if (mTransientStateViewsById != null) { in markChildrenDirty()6904 final int count = mTransientStateViewsById.size(); in markChildrenDirty()6906 mTransientStateViewsById.valueAt(i).forceLayout(); in markChildrenDirty()6984 View result = mTransientStateViewsById.get(id); in getTransientStateView()6985 mTransientStateViewsById.remove(id); in getTransientStateView()7086 if (mTransientStateViewsById == null) { in addScrapView()7087 mTransientStateViewsById = new LongSparseArray<>(); in addScrapView()7089 mTransientStateViewsById.put(lp.itemId, scrap); in addScrapView()7161 if (mTransientStateViewsById == null) { in scrapActiveViews()[all …]
69031 Landroid/widget/AbsListView$RecycleBin;->mTransientStateViewsById:Landroid/util/LongSparseArray;