Skip to content

Commit ae73c69

Browse files
author
John Spurlock
committed
Fix regression in camera transition.
Caused by: Ic18188a2a3caa9dfde8785611242b1c9925f7b87 "Adding bouncer animation on PagedView." Bug:7483566 Change-Id: Ie0b4e7cf3d4dc717cac02c7cf8a1ec24b9b860a6
1 parent 08924d0 commit ae73c69

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

policy/src/com/android/internal/policy/impl/keyguard/CameraWidgetFrame.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,16 @@ private static View inflateGenericWidgetView(Context context) {
188188
return iv;
189189
}
190190

191+
@Override
192+
public void setPivotX(float pivotX) {
193+
// don't pivot me
194+
}
195+
196+
@Override
197+
public void setPivotY(float pivotY) {
198+
// don't pivot me
199+
}
200+
191201
public void render() {
192202
final Throwable[] thrown = new Throwable[1];
193203
final Bitmap[] offscreen = new Bitmap[1];

0 commit comments

Comments
 (0)