Searched refs:DEFAULT_CACHE_SIZE (Results 1 – 4 of 4) sorted by relevance
47 private static final int DEFAULT_CACHE_SIZE = 5; field in BaseFragmentPagerAdapter55 private LruCache<String, Fragment> mFragmentCache = new FragmentCache(DEFAULT_CACHE_SIZE);
80 private static final int DEFAULT_CACHE_SIZE = 40; field in RemoteViewsAdapter868 mCache = new FixedSizeRemoteViewsCache(DEFAULT_CACHE_SIZE, config); in RemoteViewsAdapter()
5299 private int mRequestedCacheMax = DEFAULT_CACHE_SIZE;5300 int mViewCacheMax = DEFAULT_CACHE_SIZE;5306 static final int DEFAULT_CACHE_SIZE = 2; field in RecyclerView.Recycler
68649 Landroid/widget/RemoteViewsAdapter;->DEFAULT_CACHE_SIZE:I