Fix regression in camera transition.
Caused by: Ic18188a2a3caa9dfde8785611242b1c9925f7b87 "Adding bouncer animation on PagedView." Bug:7483566 Change-Id: Ie0b4e7cf3d4dc717cac02c7cf8a1ec24b9b860a6
This commit is contained in:
@@ -188,6 +188,16 @@ public class CameraWidgetFrame extends KeyguardWidgetFrame implements View.OnCli
|
|||||||
return iv;
|
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() {
|
public void render() {
|
||||||
final Throwable[] thrown = new Throwable[1];
|
final Throwable[] thrown = new Throwable[1];
|
||||||
final Bitmap[] offscreen = new Bitmap[1];
|
final Bitmap[] offscreen = new Bitmap[1];
|
||||||
|
|||||||
Reference in New Issue
Block a user