Searched refs:description (Results 26 - 50 of 114) sorted by relevance

12345

/frameworks/base/libs/hwui/
H A DSkiaShader.cpp86 void SkiaShader::describe(ProgramDescription& description, const Extensions& extensions) { argument
120 void SkiaBitmapShader::describe(ProgramDescription& description, const Extensions& extensions) { argument
128 description.hasBitmap = true;
133 description.isBitmapNpot = true;
134 description.bitmapWrapS = gTileModes[mTileX];
135 description.bitmapWrapT = gTileModes[mTileY];
223 void SkiaLinearGradientShader::describe(ProgramDescription& description, argument
225 description.hasGradient = true;
226 description.gradientType = ProgramDescription::kGradientLinear;
227 description
288 describe(ProgramDescription& description, const Extensions& extensions) argument
343 describe(ProgramDescription& description, const Extensions& extensions) argument
401 describe(ProgramDescription& description, const Extensions& extensions) argument
[all...]
H A DSkiaShader.h66 virtual void describe(ProgramDescription& description, const Extensions& extensions);
143 void describe(ProgramDescription& description, const Extensions& extensions);
166 void describe(ProgramDescription& description, const Extensions& extensions);
190 virtual void describe(ProgramDescription& description, const Extensions& extensions);
215 void describe(ProgramDescription& description, const Extensions& extensions);
237 void describe(ProgramDescription& description, const Extensions& extensions);
H A DProgram.cpp32 Program::Program(const ProgramDescription& description, const char* vertex, const char* fragment) { argument
50 if (description.hasTexture || description.hasExternalTexture) {
H A DPatchCache.cpp228 const PatchDescription description(bitmapWidth, bitmapHeight, pixelWidth, pixelHeight, patch);
229 const Patch* mesh = mCache.get(description);
252 mCache.put(description, newMesh);
/frameworks/base/core/java/android/nfc/cardemulation/
H A DApduServiceInfo.java91 public ApduServiceInfo(ResolveInfo info, boolean onHost, String description, argument
94 this.mDescription = description;
306 out.append(", description: " + mDescription);
352 String description = source.readString();
361 return new ApduServiceInfo(info, onHost, description, aidGroups, requiresUnlock, bannerResource);
373 final String description; field in class:ApduServiceInfo.AidGroup
375 AidGroup(ArrayList<String> aids, String category, String description) { argument
378 this.description = description;
381 AidGroup(String category, String description) { argument
[all...]
/frameworks/av/media/mtp/
H A DMtpStorage.cpp36 const char* description, uint64_t reserveSpace,
40 mDescription(description),
35 MtpStorage(MtpStorageID id, const char* filePath, const char* description, uint64_t reserveSpace, bool removable, uint64_t maxFileSize) argument
/frameworks/base/core/java/android/net/http/
H A DLoggingEventHandler.java78 public void error(int id, String description) { argument
81 " description " + description);
/frameworks/testing/androidtestlib/src/com/android/test/runner/
H A DTestRequestBuilder.java80 public boolean shouldRun(Description description) { argument
81 if (description.isTest()) {
82 return description.getAnnotation(mAnnotationClass) != null ||
83 description.getTestClass().isAnnotationPresent(mAnnotationClass);
90 for (Description child : description.getChildren()) {
124 public boolean shouldRun(Description description) { argument
125 final Class<?> testClass = description.getTestClass();
133 description.getAnnotation(mAnnotationClass) != null) {
H A DTestLoader.java75 Description description = Description.createSuiteDescription(className);
76 Failure failure = new Failure(description, e);
/frameworks/base/core/java/android/view/
H A DDragEvent.java255 private void init(int action, float x, float y, ClipDescription description, ClipData data, argument
260 mClipDescription = description;
272 ClipDescription description, ClipData data, boolean result) {
277 ev.init(action, x, y, description, data, localState, result);
288 ev.init(action, x, y, description, data, localState, result);
271 obtain(int action, float x, float y, Object localState, ClipDescription description, ClipData data, boolean result) argument
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java87 /** The user-visible secondary description of the restriction. */
88 private String description; field in class:RestrictionEntry
274 * Returns the provided user-visible description of the entry, if any.
275 * @return the user-visible description, null if none was set earlier.
278 return description;
282 * Sets the user-visible description of the entry, as a possible sub-text for the title.
285 * @param description the user-visible description string.
287 public void setDescription(String description) { argument
288 this.description
[all...]
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs15 description=
43 description=
72 description=
96 description=
124 description=
149 description=
173 description=
207 description=
234 description=
265 description
[all...]
/frameworks/av/libvideoeditor/vss/inc/
H A DM4EXIFC_CommonAPI.h83 M4OSA_Char *description; /**< image title */ member in struct:__anon230
/frameworks/base/core/java/android/hardware/usb/
H A DUsbAccessory.java30 * the version of the accessory, and a user visible description of the accessory to the device.
75 public UsbAccessory(String manufacturer, String model, String description, argument
79 mDescription = description;
117 * Returns a user visible description of the accessory.
119 * @return the accessory description
200 String description = in.readString();
204 return new UsbAccessory(manufacturer, model, description, version, uri, serial);
/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerPalette.java136 * Add a content description to the specified swatch view. Because the colors get added in a
153 String description;
155 description = String.format(mDescriptionSelected, accessibilityIndex);
157 description = String.format(mDescription, accessibilityIndex);
159 swatch.setContentDescription(description);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgramCache.h112 void useProgram(const Description& description);
116 static Key computeKey(const Description& description);
/frameworks/av/drm/common/
H A DDrmSupportInfo.cpp96 status_t DrmSupportInfo::setDescription(const String8& description) { argument
97 mDescription = description;
/frameworks/av/include/drm/
H A DDrmSupportInfo.h147 * Set the unique description about the plugin
149 * @param[in] description Unique description
152 status_t setDescription(const String8& description);
155 * Returns the unique description associated with the plugin
157 * @return Unique description
/frameworks/native/services/surfaceflinger/
H A DAndroid.mk66 # See build/target/board/generic/BoardConfig.mk for a description of this setting.
73 # See build/target/board/generic/BoardConfig.mk for a description of this setting.
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DTaskSwitcherActivity.java72 CharSequence description; field in class:TaskSwitcherActivity.ActivityDescription
82 description = _desc;
90 description = null;
173 public void newThumbnail(final int id, final Bitmap bitmap, CharSequence description)
178 + " description '" + description + "'");
256 desc.description = r.description;
/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java158 * @param description A String describing the error.
162 String description, String failingUrl) {
161 onReceivedError(WebView view, int errorCode, String description, String failingUrl) argument
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialog.java221 CharSequence description = route.getDescription();
222 if (TextUtils.isEmpty(description)) {
227 text2.setText(description);
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpServer.cpp129 jstring description = (jstring)env->GetObjectField(jstorage, field_MtpStorage_description); local
136 const char *descriptionStr = env->GetStringUTFChars(description, NULL);
142 env->ReleaseStringUTFChars(description, descriptionStr);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteChooserDialog.java205 String description = route.getDescription();
206 if (TextUtils.isEmpty(description)) {
211 text2.setText(description);
/frameworks/uiautomator/tests/CtsUiAutomatorTest/src/com/android/uiautomator/tests/cts/
H A DCtsUiAutomatorTest.java117 * Select each of the buttons by using only the content description property
450 UiSelector mainLayout = new UiSelector().description("Widgets Collection");
491 UiSelector mainLayout = new UiSelector().description("Widgets Collection");
509 new UiSelector().description("Widgets Collection"));
525 new UiSelector().description("Widgets Collection"));
543 new UiSelector().description("Widgets Collection"));
554 * Verifies the UiCollection can find an object by description and returning
562 new UiSelector().description("Widgets Collection"));
569 assertTrue("Collection get child by description", "Button".equals(item.getText()));
629 * Select each of the buttons by using only regex content-description
[all...]

Completed in 733 milliseconds

12345