Searched defs:Description (Results 1 - 7 of 7) 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/native/services/surfaceflinger/RenderEngine/
H A DDescription.cpp25 #include "Description.h"
29 Description::Description() { function in class:android::Description
39 Description::~Description() {
42 void Description::setPlaneAlpha(GLclampf planeAlpha) {
46 void Description::setPremultipliedAlpha(bool premultipliedAlpha) {
50 void Description::setOpaque(bool opaque) {
54 void Description::setTexture(const Texture& texture) {
59 void Description
[all...]
H A DDescription.h34 class Description { class in namespace:android
60 Description();
61 ~Description();
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h503 static const String8 Description; member in class:android::FwdLockEngine
/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);
173 typedef VertexBuffer* (*Tessellator)(const Description&);
185 Buffer* getOrCreateBuffer(const Description& entry, Tessellator tessellator);
197 LruCache<Description, Buffer*> mCache;
198 class BufferRemovedListener : public OnEntryRemoved<Description, Buffer*> {
199 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, const SkPaint& paint) function in class:android::uirenderer::TessellationCache::Description
59 bool TessellationCache::Description::operator==(const TessellationCache::Description& rhs) const {
77 hash_t TessellationCache::Description::hash() const {
89 void TessellationCache::Description::setupMatrixAndPaint(Matrix4* matrix, SkPaint* paint) const {
125 TessellationTask(Tessellator tessellator, const Description& description)
133 Description descriptio
[all...]
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java1086 protected static class Description { class in class:Animation
1094 * The absolute or relative dimension for this Description.
1110 static Description parseValue(TypedValue value) {
1111 Description d = new Description();

Completed in 212 milliseconds