Home
last modified time | relevance | path

Searched refs:mRequestedIndices (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DRemoteViewsAdapter.java570 private HashSet<Integer> mRequestedIndices; field in RemoteViewsAdapter.FixedSizeRemoteViewsCache
603 mRequestedIndices = new HashSet<Integer>(); in FixedSizeRemoteViewsCache()
705 mRequestedIndices.add(position); in queueRequestedPositionToLoad()
726 mLoadIndices.addAll(mRequestedIndices); in queuePositionsToBePreloadedFromRequestedPosition()
749 if (!mRequestedIndices.isEmpty()) { in getNextIndexToLoad()
750 Integer i = mRequestedIndices.iterator().next(); in getNextIndexToLoad()
751 mRequestedIndices.remove(i); in getNextIndexToLoad()
785 mRequestedIndices.clear(); in reset()