Home
last modified time | relevance | path

Searched full:description (Results 1 – 25 of 4123) sorted by relevance

12345678910>>...165

/frameworks/base/libs/hwui/
DProgramCache.cpp404 Program* ProgramCache::get(const ProgramDescription& description) { in get() argument
405 programid key = description.key(); in get()
415 description.log("Could not find program"); in get()
416 program = generateProgram(description, key); in get()
428 Program* ProgramCache::generateProgram(const ProgramDescription& description, programid key) { in generateProgram() argument
429 String8 vertexShader = generateVertexShader(description); in generateProgram()
430 String8 fragmentShader = generateFragmentShader(description); in generateProgram()
432 return new Program(description, vertexShader.string(), fragmentShader.string()); in generateProgram()
435 static inline size_t gradientIndex(const ProgramDescription& description) { in gradientIndex() argument
436 return description.gradientType * 2 + description.isSimpleGradient; in gradientIndex()
[all …]
DSkiaShader.cpp121 GLuint* textureUnit, ProgramDescription* description, in tryStoreGradient() argument
131 description->gradientType = ProgramDescription::kGradientLinear; in tryStoreGradient()
136 description->gradientType = ProgramDescription::kGradientCircular; in tryStoreGradient()
142 description->gradientType = ProgramDescription::kGradientSweep; in tryStoreGradient()
150 description->hasGradient = true; in tryStoreGradient()
151 description->isSimpleGradient = isSimpleGradient(gradInfo); in tryStoreGradient()
203 GLuint* textureUnit, ProgramDescription* description, in tryStoreBitmap() argument
225 description->hasBitmap = true; in tryStoreBitmap()
229 description->isBitmapNpot = true; in tryStoreBitmap()
230 description->bitmapWrapS = gTileModes[xy[0]]; in tryStoreBitmap()
[all …]
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/raw/
Dpage_row_example.json8 "description": "$3.99", string
14 "description": "$3.99", string
20 "description": "$3.99", string
26 "description": "$3.99", string
32 "description": "$3.99", string
38 "description": "$3.99", string
44 "description": "$3.99", string
50 "description": "$3.99", string
56 "description": "$3.99", string
67 "description": "$3.99", string
[all …]
Dcards_example.json12 "description": "$3.99", string
18 "description": "$3.99", string
24 "description": "$3.99", string
30 "description": "$3.99", string
36 "description": "$3.99", string
42 "description": "$3.99", string
48 "description": "$3.99", string
54 "description": "$3.99", string
60 "description": "$3.99", string
116 "title": "Two Line Title + Description + Icon",
[all …]
Dgrid_example.json6 "description": "$3.99/lb", string
12 "description": "$3.99/lb", string
18 "description": "$3.99/lb", string
24 "description": "$3.99/lb", string
30 "description": "$3.99/lb", string
36 "description": "$3.99/lb", string
42 "description": "$3.99/lb", string
48 "description": "$3.99/lb", string
54 "description": "$3.99/lb", string
60 "description": "$3.99/lb", string
[all …]
Dlauncher_cards.json10 "description": "Showcase of various card design and layouts" string
17 "description": "Showcase usage of page/rows fragment" string
24 "description": "Showcase of various card design and layouts" string
31 "description": "Showcase of various card design and layouts" string
38 "description": "Showcase of various card design and layouts" string
45 "description": "Showcase of various card design and layouts" string
52 "description": "Showcase of various card design and layouts" string
59 "description": "Showcase of various card design and layouts" string
66 "description": "Showcase of various card design and layouts" string
Dmusic_consumption_example.json7 "description": "Jimmy Fontanez/Media Right Production", string
15 "description": "Silent Partner", string
23 "description": "Jingle Punks", string
31 "description": "Silent Partner", string
39 "description": "Silent Partner", string
47 "description": "Jingle Punks", string
55 "description": "Everet Almond", string
63 "description": "Gunnar Olsen", string
71 "description": "The 126ers", string
Dmusic_example.json3 "description": "Kate Douglas Smith Wiggin", string
54 "description": "$3.99", string
60 "description": "$3.99", string
66 "description": "$3.99", string
72 "description": "$3.99", string
78 "description": "$3.99", string
84 "description": "$3.99", string
90 "description": "$3.99", string
96 "description": "$3.99", string
102 "description": "$3.99", string
Ddetail_example.json3 "description": "Kate Douglas Smith Wiggin", string
54 "description": "$3.99", string
60 "description": "$3.99", string
66 "description": "$3.99", string
72 "description": "$3.99", string
78 "description": "$3.99", string
84 "description": "$3.99", string
90 "description": "$3.99", string
96 "description": "$3.99", string
102 "description": "$3.99", string
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
DTestUtilsMatchers.java32 import org.hamcrest.Description;
48 public void describeTo(final Description description) { in drawable() argument
49 description.appendText("with drawable of color: "); in drawable()
51 description.appendText(failedComparisonDescription); in drawable()
96 public void describeTo(final Description description) { in isBackground() argument
97 description.appendText("with background of color: "); in isBackground()
99 description.appendText(failedComparisonDescription); in isBackground()
138 public void describeTo(final Description description) {
139 description.appendText("with ascendant background of color: ");
141 description.appendText(failedComparisonDescription);
[all …]
/frameworks/rs/api/
Drs_value_types.spec19 description:
93 description:
102 description:
112 description:
122 description:
131 description:
138 description:
145 description:
153 description:
165 description:
[all …]
Drs_graphics.spec19 description:
47 description:
65 description:
78 description:
95 description:
113 description:
123 description:
135 description:
146 description:
157 description:
[all …]
Drs_object_info.spec19 description:
72 description:
84 description:
96 description:
107 description:
119 description:
131 description:
142 description:
155 description:
171 description:
[all …]
Drs_math.spec19 description:
55 description:
62 description:
71 description:
78 description:
85 description:
92 description:
99 description:
106 description:
113 description:
[all …]
/frameworks/support/design/tests/src/android/support/design/testutils/
DTestUtilsMatchers.java37 import org.hamcrest.Description;
50 public void describeTo(final Description description) { in isNotNarrowerThan() argument
51 description.appendText(failedCheckDescription); in isNotNarrowerThan()
75 public void describeTo(final Description description) { in isNotWiderThan() argument
76 description.appendText(failedCheckDescription); in isNotWiderThan()
100 public void describeTo(final Description description) {
101 description.appendText(failedCheckDescription);
125 public void describeTo(final Description description) {
126 description.appendText(failedCheckDescription);
167 public void describeTo(final Description description) {
[all …]
/frameworks/native/services/surfaceflinger/RenderEngine/
DDescription.cpp25 #include "Description.h"
29 Description::Description() : in Description() function in android::Description
40 Description::~Description() { in ~Description()
43 void Description::setPlaneAlpha(GLclampf planeAlpha) { in setPlaneAlpha()
50 void Description::setPremultipliedAlpha(bool premultipliedAlpha) { in setPremultipliedAlpha()
56 void Description::setOpaque(bool opaque) { in setOpaque()
62 void Description::setTexture(const Texture& texture) { in setTexture()
68 void Description::disableTexture() { in disableTexture()
72 void Description::setColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { in setColor()
80 void Description::setProjectionMatrix(const mat4& mtx) { in setProjectionMatrix()
[all …]
DProgramCache.h26 #include "Description.h"
30 class Description; variable
36 * Description. It's responsible for figuring out what to
37 * generate from a Description.
44 * A Key is generated from a Description.
112 void useProgram(const Description& description);
117 // compute a cache Key from a Description
118 static Key computeKey(const Description& description);
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DMockUtils.java29 import org.hamcrest.Description;
46 public void describeTo(Description description) { in checkUserHandle()
47 description.appendText("UserHandle: user-id= \"" + userId + "\""); in checkUserHandle()
62 public void describeTo(Description description) { in checkIntentComponent()
63 description.appendText("Intent: component=\"" + component + "\""); in checkIntentComponent()
78 public void describeTo(Description description) { in checkIntentAction()
79 description.appendText("Intent: action=\"" + action + "\""); in checkIntentAction()
95 public void describeTo(Description description) { in checkUserRestrictions()
96 description.appendText("User restrictions=" + getRestrictionsAsString(expected)); in checkUserRestrictions()
/frameworks/support/core-ui/tests/java/android/support/v4/testutils/
DTestUtilsMatchers.java34 import org.hamcrest.Description;
47 public void describeTo(final Description description) { in backgroundColor() argument
48 description.appendText("with background color: "); in backgroundColor()
50 description.appendText(failedComparisonDescription); in backgroundColor()
89 public void describeTo(Description description) { in isOfClass()
90 description.appendText("is identical to class: " + clazz); in isOfClass()
109 public void describeTo(final Description description) {
110 description.appendText(failedCheckDescription);
155 public void describeTo(final Description description) {
156 description.appendText(failedCheckDescription);
[all …]
/frameworks/support/v7/appcompat/res/values/
Dstrings.xml20 <!-- Content description for the action bar "home" affordance. [CHAR LIMIT=NONE] -->
22 <!-- Content description for the action bar "up" affordance. [CHAR LIMIT=NONE] -->
24 <!-- Content description for the action menu overflow button. [CHAR LIMIT=NONE] -->
27 …<!-- Content description for the Toolbar icon used to collapse an expanded action mode. [CHAR LIMI…
33 %1$s is the title. %2$s is the description of what tapping/clicking the whole
38 %1$s is the title. %2$s is the subtitle. %3$s is the description of what
42 <!-- SearchView accessibility description for search button [CHAR LIMIT=NONE] -->
46 <!-- SearchView accessibility description for search text field [CHAR LIMIT=NONE] -->
48 <!-- SearchView accessibility description for clear button [CHAR LIMIT=NONE] -->
50 <!-- SearchView accessibility description for submit button [CHAR LIMIT=NONE] -->
[all …]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGuidedAction.java32 * and a description, and typically also an icon.
120 * The mActionFlags holds various action states such as whether title or description are
264 * Sets the description for this action. The description is typically a longer string
266 * @param description The description for this action.
268 public B description(CharSequence description) { in description() method in GuidedAction.BuilderBase
269 mDescription = description; in description()
274 * Sets the description for this action. The description is typically a longer string
276 * @param descriptionResourceId String resource id of the description for this action.
278 public B description(@StringRes int descriptionResourceId) { in description() method in GuidedAction.BuilderBase
284 * Sets the optional description text to edit. When TextView is activated, the edit
[all …]
/frameworks/base/drm/java/android/drm/
DDrmSupportInfo.java88 * Sets a description for the DRM plug-in (agent).
90 * @param description Unique description of plug-in. Must not be null
93 public void setDescription(String description) { in setDescription() argument
94 if (description == null) { in setDescription()
95 throw new IllegalArgumentException("description is null"); in setDescription()
97 if (description == "") { in setDescription()
98 throw new IllegalArgumentException("description is an empty string"); in setDescription()
101 mDescription = description; in setDescription()
105 * Retrieves the DRM plug-in (agent) description.
107 * @return The plug-in description.
[all …]
/frameworks/base/docs/html/training/
D_book.yaml8 - name: description
22 - name: description
46 - name: description
99 - name: description
126 - name: description
189 - name: description
240 - name: description
256 - name: description
268 - name: description
282 - name: description
[all …]
/frameworks/base/tools/aapt2/
DFlags.cpp28 Flags& Flags::requiredFlag(const StringPiece& name, const StringPiece& description, in requiredFlag() argument
35 mFlags.push_back(Flag{ name.toString(), description.toString(), func, true, 1, false}); in requiredFlag()
39 Flags& Flags::requiredFlagList(const StringPiece& name, const StringPiece& description, in requiredFlagList() argument
46 mFlags.push_back(Flag{ name.toString(), description.toString(), func, true, 1, false }); in requiredFlagList()
50 Flags& Flags::optionalFlag(const StringPiece& name, const StringPiece& description, in optionalFlag() argument
57 mFlags.push_back(Flag{ name.toString(), description.toString(), func, false, 1, false }); in optionalFlag()
61 Flags& Flags::optionalFlagList(const StringPiece& name, const StringPiece& description, in optionalFlagList() argument
68 mFlags.push_back(Flag{ name.toString(), description.toString(), func, false, 1, false }); in optionalFlagList()
72 Flags& Flags::optionalSwitch(const StringPiece& name, const StringPiece& description, in optionalSwitch() argument
79 mFlags.push_back(Flag{ name.toString(), description.toString(), func, false, 0, false }); in optionalSwitch()
[all …]
/frameworks/support/v7/mediarouter/res/values/
Dstrings.xml28 …<!-- Content description of a MediaRouteButton for accessibility support when no remote device is …
32 …<!-- Content description of a MediaRouteButton for accessibility support while connecting to a rem…
36 …<!-- Content description of a MediaRouteButton for accessibility support when a remote device is c…
52 …<!-- Content description for accessibility (not shown on the screen): dialog close button. [CHAR L…
55 …<!-- Content description for accessibility (not shown on the screen): media play button. [CHAR LIM…
58 …<!-- Content description for accessibility (not shown on the screen): media pause button. [CHAR LI…
61 …<!-- Content description for accessibility (not shown on the screen): group expand button. Pressin…
64 …<!-- Content description for accessibility (not shown on the screen): group collapse button. Press…
67 …<!-- Content description for accessibility (not shown on the screen): album art button. Clicking o…
70 …<!-- Content description for accessibility (not shown on the screen): volume slider. [CHAR LIMIT=N…
[all …]

12345678910>>...165