Searched refs:mTransientStateViewsById (Results 1 – 2 of 2) sorted by relevance
7135 private LongSparseArray<View> mTransientStateViewsById; field in AbsListView.FlingRunnable.RecycleBin7174 if (mTransientStateViewsById != null) { in markChildrenDirty()7175 final int count = mTransientStateViewsById.size(); in markChildrenDirty()7177 mTransientStateViewsById.valueAt(i).forceLayout(); in markChildrenDirty()7260 View result = mTransientStateViewsById.get(id); in getTransientStateView()7261 mTransientStateViewsById.remove(id); in getTransientStateView()7362 if (mTransientStateViewsById == null) { in addScrapView()7363 mTransientStateViewsById = new LongSparseArray<>(); in addScrapView()7365 mTransientStateViewsById.put(lp.itemId, scrap); in addScrapView()7437 if (mTransientStateViewsById == null) { in scrapActiveViews()[all …]
65708 Landroid/widget/AbsListView$RecycleBin;->mTransientStateViewsById:Landroid/util/LongSparseArray;