Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DMinikinFont.h48 bool skipCache() const { return !fontFeatureSettings.empty(); } in skipCache() function
DLayoutCache.h141 if (paint.skipCache()) { in getOrCreate()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java892 boolean skipCache = false; in acquirePreparedStatement()
900 skipCache = true; in acquirePreparedStatement()
909 if (!skipCache && isCacheable(type)) { in acquirePreparedStatement()