Searched defs:description (Results 76 - 100 of 104) sorted by relevance

12345

/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DToolbarActionBar.java178 public void setHomeActionContentDescription(CharSequence description) { argument
179 mDecorToolbar.setNavigationContentDescription(description);
H A DWindowDecorActionBar.java913 public void setHomeActionContentDescription(CharSequence description) { argument
914 mDecorToolbar.setNavigationContentDescription(description);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DToolbarWidgetWrapper.java198 * Sets the default content description for the navigation button.
200 * It changes the current content description if and only if the provided resource id is
201 * different than the current default resource id and the current content description is empty.
204 * description
644 public void setNavigationContentDescription(CharSequence description) { argument
645 mHomeDescription = description;
/frameworks/base/core/java/android/app/
H A DDownloadManager.java75 * The client-supplied description of this download. This will be displayed in system
596 * Set a description of this download, to be displayed in notifications (if enabled)
599 public Request setDescription(CharSequence description) { argument
600 mDescription = description;
1179 * @param description the description that would appear for this file in Downloads App.
1192 public long addCompletedDownload(String title, String description, argument
1195 return addCompletedDownload(title, description, isMediaScannerScannable, mimeType, path,
1200 public long addCompletedDownload(String title, String description, argument
1205 validateArgumentIsNonEmpty("description", descriptio
[all...]
H A DActivityManager.java537 * @param label A label and description of the current state of this task.
560 * @param label A label and description of the current state of this activity.
570 * @param label A label and description of the current state of this activity.
598 * Sets the label for this task description.
606 * Sets the primary color for this task description.
618 * Sets the icon for this task description.
636 * @return The label and description of the current state of this task.
791 public CharSequence description; field in class:ActivityManager.RecentTaskInfo
854 TextUtils.writeToParcel(description, dest,
875 description
1031 public CharSequence description; field in class:ActivityManager.RunningTaskInfo
1166 addAppTask(@onNull Activity activity, @NonNull Intent intent, @Nullable TaskDescription description, @NonNull Bitmap thumbnail) argument
[all...]
H A DActivityManagerNative.java522 CharSequence description = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(data);
523 activityStopped(token, map, persistentState, description);
2913 PersistableBundle persistentState, CharSequence description) throws RemoteException
2921 TextUtils.writeToParcel(description, data, 0);
2997 ActivityManager.TaskDescription description, Bitmap thumbnail) throws RemoteException {
3003 description.writeToParcel(data, 0);
2912 activityStopped(IBinder token, Bundle state, PersistableBundle persistentState, CharSequence description) argument
2996 addAppTask(IBinder activityToken, Intent intent, ActivityManager.TaskDescription description, Bitmap thumbnail) argument
H A DActivityThread.java3290 CharSequence description; field in class:ActivityThread.StopInfo
3297 activity.token, state, persistentState, description);
3355 info.description = r.activity.onCreateDescription();
/frameworks/base/core/java/android/provider/
H A DMediaStore.java744 * The description of the image
747 public static final String DESCRIPTION = "description";
847 * @param description The description of the image
852 String name, String description) throws FileNotFoundException {
857 String ret = insertImage(cr, bm, name, description);
916 * @param description The description of the image
921 String title, String description) {
924 values.put(Images.Media.DESCRIPTION, description);
851 insertImage(ContentResolver cr, String imagePath, String name, String description) argument
920 insertImage(ContentResolver cr, Bitmap source, String title, String description) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DToolbar.java309 * clicked. Apps using a logo should also supply a description using
425 * clicked. Apps using a logo should also supply a description using
457 * Set a description of the toolbar's logo.
459 * <p>This description will be used for accessibility or other similar descriptions
469 * Set a description of the toolbar's logo.
471 * <p>This description will be used for accessibility or other similar descriptions
474 * @param description Description to set
476 public void setLogoDescription(CharSequence description) { argument
477 if (!TextUtils.isEmpty(description)) {
481 mLogoView.setContentDescription(description);
726 setNavigationContentDescription(@ullable CharSequence description) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java905 public void setHomeActionContentDescription(CharSequence description) { argument
906 mDecorToolbar.setNavigationContentDescription(description);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java553 // Make sure the home button has an accurate content description for accessibility.
568 * Compose a content description for the Home/Up affordance.
571 * a description for the whole wad of stuff that can be localized properly.</p>
668 // Make sure the home button has an accurate content description for accessibility.
1324 public void setNavigationContentDescription(CharSequence description) { argument
1325 mHomeDescription = description;
/frameworks/base/core/jni/
H A Dandroid_hardware_SoundTrigger.cpp406 jstring description = env->NewStringUTF(nModules[i].properties.description); local
412 ALOGV("listModules module %zu id %d description %s maxSoundModels %d",
413 i, nModules[i].handle, nModules[i].properties.description,
418 implementor, description, uuid,
431 env->DeleteLocalRef(description);
H A Dandroid_hardware_camera2_DngCreator.cpp994 // image description
1507 static void DngCreator_nativeSetDescription(JNIEnv* env, jobject thiz, jstring description) { argument
1518 const char* desc = env->GetStringUTFChars(description, NULL);
1527 env->ReleaseStringUTFChars(description, desc);
/frameworks/base/media/java/android/media/session/
H A DMediaSession.java1045 * A single item that is part of the play queue. It contains a description
1060 * @param description The {@link MediaDescription} for this item.
1064 public QueueItem(MediaDescription description, long id) { argument
1065 if (description == null) {
1071 mDescription = description;
1081 * Get the description for this item.
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java799 void updateThumbnailLocked(Bitmap newThumbnail, CharSequence description) { argument
808 task.lastDescription = description;
H A DActivityStack.java907 PersistableBundle persistentState, CharSequence description) {
924 r.updateThumbnailLocked(null, description);
3906 ci.description = top.task.lastDescription;
3911 // "#" + maxNum + ": " + " descr=" + ci.description);
906 activityStoppedLocked(ActivityRecord r, Bundle icicle, PersistableBundle persistentState, CharSequence description) argument
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java530 void onError(int errorCode, String description); argument
1837 public void onError(final int errorCode, final String description) { argument
1843 mCallback.onError(errorCode, description);
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaSessionCompat.java734 * A single item that is part of the play queue. It contains a description
751 * @param description The {@link MediaDescriptionCompat} for this item.
755 public QueueItem(MediaDescriptionCompat description, long id) { argument
756 this(null, description, id);
759 private QueueItem(Object queueItem, MediaDescriptionCompat description, long id) { argument
760 if (description == null) {
766 mDescription = description;
777 * Get the description for this item.
829 MediaDescriptionCompat description = MediaDescriptionCompat.fromMediaDescription(
832 return new QueueItem(queueItem, description, i
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java322 * clicked. Apps using a logo should also supply a description using
438 * clicked. Apps using a logo should also supply a description using
470 * Set a description of the toolbar's logo.
472 * <p>This description will be used for accessibility or other similar descriptions
482 * Set a description of the toolbar's logo.
484 * <p>This description will be used for accessibility or other similar descriptions
487 * @param description Description to set
489 public void setLogoDescription(CharSequence description) { argument
490 if (!TextUtils.isEmpty(description)) {
494 mLogoView.setContentDescription(description);
733 setNavigationContentDescription(@ullable CharSequence description) argument
[all...]
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java533 public void onReceivedError(int errorCode, String description, String failingUrl) { argument
534 if (description == null || description.isEmpty()) {
536 // Normally the net/ layer will set a valid description, but for synthesized callbacks
538 description = mWebViewDelegate.getErrorString(mWebView.getContext(), errorCode);
542 mWebViewClient.onReceivedError(mWebView, errorCode, description, failingUrl);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java560 private static void assertStartsWith(String description, String prefix, String actual) { argument
562 StringBuilder sb = new StringBuilder(description);
/frameworks/base/media/java/android/media/
H A DMediaRouter.java479 route.mDescription = globalRoute.description;
502 if (!Objects.equals(route.mDescription, globalRoute.description)) {
503 route.mDescription = globalRoute.description;
1568 * Gets the user-visible description of the route.
1570 * The route description describes the kind of destination represented by the route.
1574 * @return The description of the route, or null if none.
1581 * @return The user-visible status for a media route. This may include a description
1969 ", description=" + getDescription() +
2020 * Set the user-visible description of this route.
2022 * The route description describe
2028 setDescription(CharSequence description) argument
[all...]
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp1752 // because it was built into modelView / the geometry, and the description needs to
3382 ProgramDescription& description, bool swapSrcDst) {
3400 description.framebufferMode = mode;
3401 description.swapSrcDst = swapSrcDst;
3381 chooseBlending(bool blend, SkXfermode::Mode mode, ProgramDescription& description, bool swapSrcDst) argument
/frameworks/base/tools/aapt/
H A DResourceTable.cpp123 const char* description; member in struct:flag_entry
240 if ((type&flags->value) != 0 && flags->description != NULL) {
243 fullMsg.append(String16(flags->description));
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...

Completed in 5038 milliseconds

12345