am 9a962d7c: am 64091a1d: am 8aa62362: am ae73c690: Fix regression in camera transition.

* commit '9a962d7c7df9ff762e3d9798cde868ad73b164db':
  Fix regression in camera transition.
This commit is contained in:
John Spurlock
2012-11-07 15:10:20 -08:00
committed by Android Git Automerger

View File

@@ -152,6 +152,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() {
try {
int width = getRootView().getWidth();