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

/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java573 private HashSet<Integer> mRequestedIndices; field in class:RemoteViewsAdapter.FixedSizeRemoteViewsCache
606 mRequestedIndices = new HashSet<Integer>();
708 mRequestedIndices.add(position);
729 mLoadIndices.addAll(mRequestedIndices);
752 if (!mRequestedIndices.isEmpty()) {
753 Integer i = mRequestedIndices.iterator().next();
754 mRequestedIndices.remove(i);
788 mRequestedIndices.clear();

Completed in 40 milliseconds