OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:photoView
(Results
1 - 7
of
7
) sorted by null
/development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoTask.java
49
private WeakReference<
PhotoView
> mImageWeakRef;
101
* @param
photoView
An ImageView instance that shows the downloaded image
106
PhotoView
photoView
,
113
mImageURL =
photoView
.getLocation();
116
mImageWeakRef = new WeakReference<
PhotoView
>(
photoView
);
122
mTargetWidth =
photoView
.getWidth();
123
mTargetHeight =
photoView
.getHeight();
202
public
PhotoView
getPhotoView()
[
all
...]
PhotoFragment.java
37
PhotoView
mPhotoView;
60
* a BitMap stored in the
PhotoView
for this Fragment.
111
// Gets a handle to the
PhotoView
View in the layout
112
mPhotoView = ((
PhotoView
) localView.findViewById(R.id.
photoView
));
/development/samples/ApiDemos/src/com/example/android/apis/app/
QuickContactsDemo.java
84
cache.
photoView
.assignContactUri(Contacts.getLookupUri(contactId, lookupKey));
92
cache.
photoView
= (QuickContactBadge) view.findViewById(R.id.badge);
101
public QuickContactBadge
photoView
;
/packages/apps/Contacts/src/com/android/contacts/util/
ImageViewDrawableSetter.java
55
public Bitmap setupContactPhoto(Contact contactData, ImageView
photoView
) {
57
setTarget(
photoView
);
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
ConferenceParticipantListAdapter.java
409
final ImageView
photoView
= (ImageView) view.findViewById(R.id.callerPhoto);
434
mContactPhotoManager.loadDirectoryPhoto(
photoView
, photoUri, false, true, imageRequest);
VideoCallPresenter.java
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java
647
final View
photoView
= mQuickContact != null ? mQuickContact : mPhotoView;
650
if (
photoView
!= null) {
653
photoView
.layout(
665
if (
photoView
!= null) {
668
photoView
.layout(
[
all
...]
Completed in 2213 milliseconds