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

/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java73 private FixedSizeRemoteViewsCache mCache;
91 private static final HashMap<Pair<Intent.FilterComparison, Integer>, FixedSizeRemoteViewsCache>
93 FixedSizeRemoteViewsCache>();
106 // construction (happens when we have a cached FixedSizeRemoteViewsCache).
509 private static class FixedSizeRemoteViewsCache { class in class:RemoteViewsAdapter
510 private static final String TAG = "FixedSizeRemoteViewsCache";
514 // of the FixedSizeRemoteViewsCache. If we ever lock on both meta data objects, it is in
557 public FixedSizeRemoteViewsCache(int maxCacheSize) { method in class:RemoteViewsAdapter.FixedSizeRemoteViewsCache
799 mCache = new FixedSizeRemoteViewsCache(sDefaultCacheSize);

Completed in 19 milliseconds