Home | History | Annotate | Download | only in camera

Lines Matching defs:preview

54     private float mX;  // The center of the whole view including preview and review.
78 /* preview: camera preview view.
124 case 0: // Preview is on the left.
128 case 90: // Preview is below.
132 case 180: // Preview on the right.
136 case 270: // Preview is above.
144 public boolean drawAnimation(GLCanvas canvas, CameraScreenNail preview,
190 preview.directDraw(canvas, (int) mX, (int) mY, mDrawWidth, mDrawHeight);
193 preview.directDraw(canvas, (int) mX, (int) mY, mDrawWidth, mDrawHeight);
216 preview.directDraw(canvas, (int) mX, (int) mY, mDrawWidth, mDrawHeight);