OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:zoomview
(Results
1 - 5
of
5
) sorted by null
/developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java
61
ImageZoomView
zoomView
= new ImageZoomView(this, mImageView, mAnimationRange);
62
zoomView
.setLayoutParams(new FrameLayout.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT,
65
((FrameLayout) findViewById(R.id.container)).addView(
zoomView
, 0);
/developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java
61
ImageZoomView
zoomView
= new ImageZoomView(this, mImageView, mAnimationRange);
62
zoomView
.setLayoutParams(new FrameLayout.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT,
65
((FrameLayout) findViewById(R.id.container)).addView(
zoomView
, 0);
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
AnimatedNotificationDisplayActivity.java
61
ImageZoomView
zoomView
= new ImageZoomView(this, mImageView, mAnimationRange);
62
zoomView
.setLayoutParams(new FrameLayout.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT,
65
((FrameLayout) findViewById(R.id.container)).addView(
zoomView
, 0);
/packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java
39
public class
ZoomView
extends ImageView {
41
private static final Log.Tag TAG = new Log.Tag("
ZoomView
");
177
public
ZoomView
(Context context) {
/packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java
49
import com.android.camera.ui.
ZoomView
;
131
private
ZoomView
mZoomView = null;
561
RectF r =
ZoomView
.adjustToFitInBounds(new RectF(left, top,
618
mZoomView = new
ZoomView
(cameraActivity);
[
all
...]
Completed in 227 milliseconds