OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StreamPhotoTag
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailUpdatesFragment.java
33
import com.android.contacts.detail.ContactDetailDisplayUtils.
StreamPhotoTag
;
79
StreamPhotoTag
tag = (
StreamPhotoTag
) view.getTag();
ContactDetailDisplayUtils.java
70
public static class
StreamPhotoTag
{
74
public
StreamPhotoTag
(StreamItemEntry streamItem, StreamItemPhotoEntry streamItemPhoto) {
339
pushLayerView.setTag(new
StreamPhotoTag
(streamItem, streamItemPhoto));
Completed in 22 milliseconds