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

/frameworks/base/libs/hwui/
H A DPathCache.cpp61 if (mCache.getKeyAt(i).path == path) {
/frameworks/native/include/utils/
H A DGenerationCache.h70 const K& getKeyAt(size_t index) const;
140 const K& GenerationCache<K, V>::getKeyAt(size_t index) const { function in class:android::GenerationCache
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp205 bytes += mCache.getKeyAt(i).getSize() + mCache.getValueAt(i)->getSize();

Completed in 272 milliseconds