Home
last modified time | relevance | path

Searched defs:Description (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/renderengine/include/renderengine/private/
DDescription.h31 struct Description { struct
41 Description() = default; argument
49 bool isPremultipliedAlpha = false;
51 bool isOpaque = true;
54 float cornerRadius = 0;
57 half2 cropSize;
60 Texture texture;
61 bool textureEnabled = false;
64 half4 color;
67 bool isY410BT2020 = false;
[all …]
/frameworks/base/core/java/android/util/
DEventLogTags.java28 public static class Description { class in EventLogTags
32 Description(int tag, String name) { in Description() method in EventLogTags.Description
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptorValidationException.cs58 public string Description property in Google.Protobuf.Reflection.DescriptorValidationException
/frameworks/compile/slang/
Dslang_rs_export_reduce.cpp759 std::ostringstream Description; in analyzeTranslationUnit() local
/frameworks/base/core/java/android/view/animation/
DAnimation.java1165 protected static class Description { class
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp176 const String8 FwdLockEngine::Description("OMA V1 Forward Lock"); member in FwdLockEngine
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs1608 public string Description { property in UnitTest.Issues.TestProtos.TestJsonName