Searched refs:mViewCache (Results 1 – 2 of 2) sorted by relevance
41 private ArrayList<View> mViewCache = new ArrayList<>(); field in DictionaryListInterfaceState71 for (final View v : mViewCache) { in findFirstOrphanedView()78 mViewCache.add(view); in addToCacheAndReturnView()83 mViewCache.remove(view); in removeFromCache()
106 private final ViewCache mViewCache = new ViewCache(); field in BaseActivity109 return mViewCache; in getViewCache()