HomeSort by relevance Sort by last modified time
    Searched refs:attribution (Results 1 - 8 of 8) 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...]
  /device/asus/grouper/keymaster/
NOTICE 145 attribution notices from the Source form of the Work,
151 include a readable copy of the attribution notices contained
160 do not modify the License. You may add Your own attribution
163 that such additional attribution notices cannot be construed
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 145 attribution notices from the Source form of the Work,
151 include a readable copy of the attribution notices contained
160 do not modify the License. You may add Your own attribution
163 that such additional attribution notices cannot be construed
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 145 attribution notices from the Source form of the Work,
151 include a readable copy of the attribution notices contained
160 do not modify the License. You may add Your own attribution
163 that such additional attribution notices cannot be construed
  /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 827 String attribution = ContactDetailDisplayUtils.getAttribution(mContext, mContactData); local
    [all...]

Completed in 330 milliseconds