OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhotoView
(Results
1 - 12
of
12
) 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
...]
PhotoView.java
38
public class
PhotoView
extends ImageView {
71
public
PhotoView
(Context context) {
80
public
PhotoView
(Context context, AttributeSet attributeSet) {
93
public
PhotoView
(Context context, AttributeSet attributeSet, int defaultStyle) {
119
* Sets the visibility of the
PhotoView
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
));
PhotoManager.java
190
// Sets an
PhotoView
that's a weak reference to the
192
PhotoView
localView = photoTask.getPhotoView();
384
PhotoView
imageView,
PhotoThumbnailFragment.java
371
PhotoView
localImageDownloaderView = (
PhotoView
) view.getTag();
/packages/apps/Gallery2/src/com/android/gallery3d/app/
SinglePhotoDataAdapter.java
31
import com.android.gallery3d.ui.
PhotoView
;
51
private
PhotoView
mPhotoView;
57
AbstractGalleryActivity activity,
PhotoView
view, MediaItem item) {
184
public void getImageSize(int offset,
PhotoView
.Size size) {
PhotoDataAdapter.java
33
import com.android.gallery3d.ui.
PhotoView
;
64
private static final int SCREEN_NAIL_MAX =
PhotoView
.SCREEN_NAIL_MAX;
143
private final
PhotoView
mPhotoView;
172
public PhotoDataAdapter(AbstractGalleryActivity activity,
PhotoView
view,
468
public void getImageSize(int offset,
PhotoView
.Size size) {
[
all
...]
PhotoPage.java
70
import com.android.gallery3d.ui.
PhotoView
;
77
PhotoView
.Listener, AppBridge.Server, ShareActionProvider.OnShareTargetSelectedListener,
129
private
PhotoView
mPhotoView;
222
public static interface Model extends
PhotoView
.Model {
260
mPhotoView = new
PhotoView
(mActivity);
[
all
...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java
46
public class
PhotoView
extends View implements OnGestureListener,
183
public
PhotoView
(Context context) {
188
public
PhotoView
(Context context, AttributeSet attrs) {
193
public
PhotoView
(Context context, AttributeSet attrs, int defStyle) {
583
// Invalidate the view because if you move off this
PhotoView
[
all
...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java
52
import com.android.ex.photo.views.
PhotoView
;
108
protected
PhotoView
mPhotoView;
242
mPhotoView = (
PhotoView
) view.findViewById(R.id.photo_view);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java
47
public class
PhotoView
extends GLView {
49
private static final String TAG = "
PhotoView
";
246
public
PhotoView
(AbstractGalleryActivity activity) {
278
PhotoView
.this.invalidate();
[
all
...]
PositionController.java
26
import com.android.gallery3d.ui.
PhotoView
.Size;
101
private static final int BOX_MAX =
PhotoView
.SCREEN_NAIL_MAX;
[
all
...]
Completed in 219 milliseconds