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

/frameworks/base/libs/hwui/
H A DLayerCache.cpp139 if (!layer->isCacheable()) return false;
H A DLayer.h195 inline bool isCacheable() const { function in struct:android::uirenderer::Layer
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java895 if (!skipCache && isCacheable(type)) {
1030 private static boolean isCacheable(int statementType) { method in class:SQLiteConnection

Completed in 53 milliseconds