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

/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java577 private HashSet<Integer> mRequestedIndices; field in class:RemoteViewsAdapter.FixedSizeRemoteViewsCache
610 mRequestedIndices = new HashSet<Integer>();
712 mRequestedIndices.add(position);
733 mLoadIndices.addAll(mRequestedIndices);
756 if (!mRequestedIndices.isEmpty()) {
757 Integer i = mRequestedIndices.iterator().next();
758 mRequestedIndices.remove(i);
792 mRequestedIndices.clear();

Completed in 7 milliseconds