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

/frameworks/minikin/include/minikin/
H A DMinikinFont.h46 // Note: if you add a field here, either add it to LayoutCacheKey or to skipCache()
51 bool skipCache() const { function in struct:android::MinikinPaint
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java878 boolean skipCache = false;
886 skipCache = true;
895 if (!skipCache && isCacheable(type)) {
/frameworks/minikin/libs/minikin/
H A DLayout.cpp661 bool skipCache = ctx->paint.skipCache(); local
662 if (skipCache) {

Completed in 89 milliseconds