Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DMinikinPaint.h62 bool skipCache() const { return !fontFeatureSettings.empty(); } in skipCache() function
DLayoutCache.h139 if (paint.skipCache() || range.getLength() >= LENGTH_LIMIT_CACHE) { in getOrCreate()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java975 boolean skipCache = false; in acquirePreparedStatement()
983 skipCache = true; in acquirePreparedStatement()
992 if (!skipCache && isCacheable(type)) { in acquirePreparedStatement()