Fix regression in camera transition.

Caused by: Ic18188a2a3caa9dfde8785611242b1c9925f7b87
  "Adding bouncer animation on PagedView."

Bug:7483566
Change-Id: Ie0b4e7cf3d4dc717cac02c7cf8a1ec24b9b860a6
This commit is contained in:
John Spurlock
2012-11-06 09:44:39 -05:00
parent 08924d007f
commit ae73c6908f

View File

@@ -188,6 +188,16 @@ public class CameraWidgetFrame extends KeyguardWidgetFrame implements View.OnCli
return iv;
}
@Override
public void setPivotX(float pivotX) {
// don't pivot me
}
@Override
public void setPivotY(float pivotY) {
// don't pivot me
}
public void render() {
final Throwable[] thrown = new Throwable[1];
final Bitmap[] offscreen = new Bitmap[1];