Home
last modified time | relevance | path

Searched refs:mViewCache (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryListInterfaceState.java41 private ArrayList<View> mViewCache = new ArrayList<>(); field in DictionaryListInterfaceState
71 for (final View v : mViewCache) { in findFirstOrphanedView()
78 mViewCache.add(view); in addToCacheAndReturnView()
83 mViewCache.remove(view); in removeFromCache()
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseActivity.java106 private final ViewCache mViewCache = new ViewCache(); field in BaseActivity
109 return mViewCache; in getViewCache()