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

/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java541 private HashSet<Integer> mLoadIndices; field in class:RemoteViewsAdapter.FixedSizeRemoteViewsCache
568 mLoadIndices = new HashSet<Integer>();
667 synchronized (mLoadIndices) {
669 mLoadIndices.add(position);
685 synchronized (mLoadIndices) {
686 mLoadIndices.clear();
689 mLoadIndices.addAll(mRequestedIndices);
698 mLoadIndices.add(i);
702 mLoadIndices.removeAll(mIndexRemoteViews.keySet());
710 synchronized (mLoadIndices) {
[all...]

Completed in 38 milliseconds