Home | History | Annotate | Download | only in animation

Lines Matching defs:mSnapshot

89         private final View mSnapshot;
100 mSnapshot = new View(viewToAnimate.getContext());
102 mSnapshot = null;
164 if (mSnapshot != null) {
165 shadowContainerLayer.addView(mSnapshot);
166 mSnapshot.setLeft(viewRect.left);
167 mSnapshot.setTop(viewRect.top);
168 mSnapshot.setBottom(viewRect.bottom);
169 mSnapshot.setRight(viewRect.right);
170 mSnapshot.setBackground(new BitmapDrawable(resources, mViewBitmap));
171 ViewCompat.setElevation(mSnapshot, elevation);