We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3eaa876 + ae73c69 commit 8aa6236Copy full SHA for 8aa6236
1 file changed
policy/src/com/android/internal/policy/impl/keyguard/CameraWidgetFrame.java
@@ -188,6 +188,16 @@ private static View inflateGenericWidgetView(Context context) {
188
return iv;
189
}
190
191
+ @Override
192
+ public void setPivotX(float pivotX) {
193
+ // don't pivot me
194
+ }
195
+
196
197
+ public void setPivotY(float pivotY) {
198
199
200
201
public void render() {
202
final Throwable[] thrown = new Throwable[1];
203
final Bitmap[] offscreen = new Bitmap[1];
0 commit comments