Home
last modified time | relevance | path

Searched refs:zoomView (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DAnimatedNotificationDisplayActivity.java61 ImageZoomView zoomView = new ImageZoomView(this, mImageView, mAnimationRange); in onCreate() local
62 zoomView.setLayoutParams(new FrameLayout.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, in onCreate()
65 ((FrameLayout) findViewById(R.id.container)).addView(zoomView, 0); in onCreate()