Searched refs:caches (Results 26 - 33 of 33) sorted by relevance

12

/frameworks/base/core/java/android/content/res/
H A DResourcesImpl.java55 * The implementation of Resource access. This class contains the AssetManager and all caches
91 /** Lock object used to protect access to caches and configuration. */
533 final DrawableCache caches;
538 caches = mColorDrawableCache;
542 caches = mDrawableCache;
550 final Drawable cachedDrawable = caches.getInstance(key, wrapper, theme);
589 cacheDrawable(value, isColorDrawable, caches, theme, canApplyTheme, key, dr);
612 private void cacheDrawable(TypedValue value, boolean isColorDrawable, DrawableCache caches, argument
641 caches.put(key, theme, cs, usesTheme);
/frameworks/base/libs/hwui/
H A DGlopBuilder.h48 GlopBuilder(RenderState& renderState, Caches& caches, Glop* outGlop);
H A DTessellationCache.cpp139 TessellationProcessor(Caches& caches) argument
140 : TaskProcessor<VertexBuffer*>(&caches.tasks) {}
273 ShadowProcessor(Caches& caches) argument
274 : TaskProcessor<TessellationCache::vertexBuffer_pair_t>(&caches.tasks) {}
H A DPathCache.cpp325 PathCache::PathProcessor::PathProcessor(Caches& caches): argument
326 TaskProcessor<SkBitmap*>(&caches.tasks), mMaxTextureSize(caches.maxTextureSize) {
H A DLayer.h348 Caches& caches; member in class:android::uirenderer::Layer
H A DFrameBuilder.cpp36 const LightGeometry& lightGeometry, Caches& caches)
41 , mCaches(caches)
55 const LightGeometry& lightGeometry, Caches& caches)
60 , mCaches(caches)
34 FrameBuilder(const SkRect& clip, uint32_t viewportWidth, uint32_t viewportHeight, const LightGeometry& lightGeometry, Caches& caches) argument
54 FrameBuilder(const LayerUpdateQueue& layers, const LightGeometry& lightGeometry, Caches& caches) argument
H A DGlopBuilder.cpp61 GlopBuilder::GlopBuilder(RenderState& renderState, Caches& caches, Glop* outGlop) argument
63 , mCaches(caches)
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 324 milliseconds

12