Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViewsAdapter.java578 private HashSet<Integer> mLoadIndices; field in RemoteViewsAdapter.FixedSizeRemoteViewsCache
605 mLoadIndices = new HashSet<Integer>(); in FixedSizeRemoteViewsCache()
704 synchronized (mLoadIndices) { in queueRequestedPositionToLoad()
706 mLoadIndices.add(position); in queueRequestedPositionToLoad()
722 synchronized (mLoadIndices) { in queuePositionsToBePreloadedFromRequestedPosition()
723 mLoadIndices.clear(); in queuePositionsToBePreloadedFromRequestedPosition()
726 mLoadIndices.addAll(mRequestedIndices); in queuePositionsToBePreloadedFromRequestedPosition()
735 mLoadIndices.add(i); in queuePositionsToBePreloadedFromRequestedPosition()
739 mLoadIndices.removeAll(mIndexRemoteViews.keySet()); in queuePositionsToBePreloadedFromRequestedPosition()
747 synchronized (mLoadIndices) { in getNextIndexToLoad()
[all …]