Searched refs:DEFAULT_CACHE_SIZE (Results 1 – 3 of 3) 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);
78 private static final int DEFAULT_CACHE_SIZE = 40; field in RemoteViewsAdapter871 mCache = new FixedSizeRemoteViewsCache(DEFAULT_CACHE_SIZE, config); in RemoteViewsAdapter()
5192 private int mRequestedCacheMax = DEFAULT_CACHE_SIZE;5193 int mViewCacheMax = DEFAULT_CACHE_SIZE;5199 static final int DEFAULT_CACHE_SIZE = 2; field in RecyclerView.Recycler