Remove unused variable previewBounds in ScreenshotView
Bug: 174682382 Test: manual Change-Id: I62f74a9a836a4183723e19793c2d63839463df69
This commit is contained in:
@@ -325,8 +325,6 @@ public class ScreenshotView extends FrameLayout implements
|
||||
Log.d(TAG, "createAnim: bounds=" + bounds + " showFlash=" + showFlash);
|
||||
}
|
||||
|
||||
Rect previewBounds = new Rect();
|
||||
mScreenshotPreview.getBoundsOnScreen(previewBounds);
|
||||
Rect targetPosition = new Rect();
|
||||
mScreenshotPreview.getHitRect(targetPosition);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user