OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mQuickContact
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileView.java
43
private QuickContactBadge
mQuickContact
;
62
mQuickContact
= (QuickContactBadge) findViewById(R.id.contact_tile_quick);
134
if (
mQuickContact
!= null) {
135
mQuickContact
.assignContactUri(mLookupUri);
137
} else if (
mQuickContact
!= null) {
138
mQuickContact
.assignContactUri(mLookupUri);
139
mPhotoManager.loadPhoto(
mQuickContact
, entry.photoUri,
148
} else if (
mQuickContact
!= null) {
149
mQuickContact
.setContentDescription(entry.name);
169
return
mQuickContact
;
[
all
...]
ContactListItemView.java
163
private QuickContactBadge
mQuickContact
;
540
final View photoView =
mQuickContact
!= null ?
mQuickContact
: mPhotoView;
[
all
...]
Completed in 844 milliseconds