Searched defs:Description (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/util/
H A DEventLogTags.java28 public static class Description { class in class:EventLogTags
32 Description(int tag, String name) { method in class:EventLogTags.Description
42 public Description get(String name) { return null; }
44 public Description get(int tag) { return null; }
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h503 static const String8 Description; member in class:android::FwdLockEngine
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DDescription.h34 class Description { class in namespace:android
36 Description() = default;
37 ~Description() = default;
/frameworks/base/libs/hwui/
H A DTessellationCache.h53 struct Description { struct in class:android::uirenderer::TessellationCache
54 HASHABLE_TYPE(Description);
76 Description();
77 Description(Type type, const Matrix4& transform, const SkPaint& paint);
172 typedef VertexBuffer* (*Tessellator)(const Description&);
183 Buffer* getOrCreateBuffer(const Description& entry, Tessellator tessellator);
195 LruCache<Description, Buffer*> mCache;
196 class BufferRemovedListener : public OnEntryRemoved<Description, Buffer*> {
197 void operator()(Description& description, Buffer*& buffer) override;
H A DTessellationCache.cpp36 TessellationCache::Description::Description() function in class:android::uirenderer::TessellationCache::Description
48 TessellationCache::Description::Description(Type type, const Matrix4& transform, function in class:android::uirenderer::TessellationCache::Description
60 bool TessellationCache::Description::operator==(const TessellationCache::Description& rhs) const {
78 hash_t TessellationCache::Description::hash() const {
90 void TessellationCache::Description::setupMatrixAndPaint(Matrix4* matrix, SkPaint* paint) const {
125 TessellationTask(Tessellator tessellator, const Description& description)
131 Description descriptio
[all...]
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java1113 protected static class Description { class in class:Animation
1121 * The absolute or relative dimension for this Description.
1137 static Description parseValue(TypedValue value) {
1138 Description d = new Description();

Completed in 174 milliseconds