Merge "Remove unused variable previewBounds in ScreenshotView" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c904b0da59
@@ -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