am ae73c690: Fix regression in camera transition.
* commit 'ae73c6908ffd3c450d56a4fde95513cfff19d8a2': Fix regression in camera transition.
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