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

/frameworks/base/core/java/android/util/
H A DEventLogTags.java34 public static class Description { class in class:EventLogTags
38 Description(int tag, String name) { method in class:EventLogTags.Description
48 public Description get(String name) { return null; }
50 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
40 Description::~Description() {
43 void Description::setPlaneAlpha(GLclampf planeAlpha) {
50 void Description::setPremultipliedAlpha(bool premultipliedAlpha) {
56 void Description::setOpaque(bool opaque) {
62 void Description::setTexture(const Texture& texture) {
68 void Description
[all...]
H A DDescription.h34 class Description { class in namespace:android
58 Description();
59 ~Description();
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h503 static const String8 Description; member in class:android::FwdLockEngine
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4WRITER_common.h183 M4OSA_Char* Description ; member in struct:__anon211
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java1073 protected static class Description { class in class:Animation
1081 * The absolute or relative dimension for this Description.
1097 static Description parseValue(TypedValue value) {
1098 Description d = new Description();

Completed in 205 milliseconds