OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attribution
(Results
1 - 4
of
4
) 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
...]
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java
804
* Add
attribution
and other third-party entries (if applicable) under the "networks" section
806
*
attribution
does not have a mimetype and the third-party entries don't have actually belong
810
String
attribution
= ContactDetailDisplayUtils.getAttribution(mContext, mContactData);
local
[
all
...]
Completed in 166 milliseconds