Searched refs:cache (Results 51 - 53 of 53) sorted by relevance

123

/frameworks/base/docs/html/training/
H A Dtraining_toc.cs391 <li><a href="<?cs var:toroot ?>training/displaying-bitmaps/cache-bitmap.html">
/frameworks/base/core/java/android/app/
H A DActivityThread.java749 // Setup the service cache in the ServiceManager
1002 pw.print(','); pw.print(dbStats.cache);
1003 pw.print(','); pw.print(dbStats.cache);
1037 printRow(pw, " %8s %8s %14s %14s %s", "pgsz", "dbsz", "Lookaside(b)", "cache",
1045 dbStats.cache, dbStats.dbName);
4339 Log.e(TAG, "Unable to setupGraphicsSupport due to missing cache directory");
/frameworks/base/core/java/android/view/
H A DViewGroup.java291 * When set, this ViewGroup tries to always draw its children using their drawing cache.
297 * draw its children with their drawing cache.
375 * Used to indicate that no drawing cache should be kept in memory.
380 * Used to indicate that the animation drawing cache should be kept in memory.
385 * Used to indicate that the scrolling drawing cache should be kept in memory.
2911 * Enables or disables the drawing cache for each child of this view group.
2913 * @param enabled true to enable the cache, false to dispose of it
2929 // When this ViewGroup's animation starts, build the cache for the children
2953 // When this ViewGroup's animation ends, destroy the cache of the children
3133 final boolean cache
[all...]

Completed in 213 milliseconds

123