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

/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java533 private HashSet<Integer> mRequestedIndices; field in class:RemoteViewsAdapter.FixedSizeRemoteViewsCache
566 mRequestedIndices = new HashSet<Integer>();
668 mRequestedIndices.add(position);
689 mLoadIndices.addAll(mRequestedIndices);
712 if (!mRequestedIndices.isEmpty()) {
713 Integer i = mRequestedIndices.iterator().next();
714 mRequestedIndices.remove(i);
748 mRequestedIndices.clear();

Completed in 29 milliseconds