HomeSort by relevance Sort by last modified time
    Searched refs:attribution (Results 1 - 6 of 6) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/util/
ContactBadgeUtil.java 39 * Returns the social snippet attribution for the given stream item entry, including the date.
93 final CharSequence attribution; local
95 attribution = context.getString(
99 attribution = context.getString(
103 attribution = timestampDisplayValue;
105 attribution = null;
107 return attribution;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 419 * Manually set the status attribution text to display in the header.
423 public void setStatusAttribution(CharSequence attribution) {
424 if (attribution != null) {
425 mStatusAttributionView.setText(attribution);
507 final CharSequence attribution; local
509 attribution = getContext().getString(
513 attribution = getContext().getString(
517 attribution = timestampDisplayValue;
519 attribution = null;
521 setStatusAttribution(attribution);
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 893 // Default value for standard NTP with no theme attribution or custom logo.
896 // Theme attribution always overrides custom logos.
905 $('attribution-img').src = 'chrome://theme/' + imageId + '?' + Date.now();
908 // If the content overlaps with the attribution, we bump its opacity down.
910 var attribution = $('attribution');
914 var attributionRect = attribution.getBoundingClientRect();
920 attribution.classList.remove('nolayout');
922 if (contentBottom > attribution.offsetTop) {
925 attribution.classList.add('obscured')
    [all...]
  /external/libvorbis/doc/
05-comment.tex 120 Copyright attribution, e.g., '2001 Nobody's Band' or '1999 Jack Moffitt'
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 796 * Add attribution and other third-party entries (if applicable) under the "networks" section
798 * attribution does not have a mimetype and the third-party entries don't have actually belong
802 String attribution = ContactDetailDisplayUtils.getAttribution(mContext, mContactData); local
803 boolean hasAttribution = !TextUtils.isEmpty(attribution);
    [all...]
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 

Completed in 985 milliseconds