Skip to content

Commit

Permalink
removed unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
muditpant13 committed Mar 21, 2017
1 parent 57cd1ec commit a179c1f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ private void displayCoachMark() {
mCoachMarkBuilder.getAnchorTop().y,
mCoachMarkBuilder.getAnchorBottom().y,
mCoachMarkBuilder.getAnchorTop().x,
mCoachMarkBuilder.getAnchorBottom().x,
coachMarkDimenInPixel);
detectAndCreateShimOutViews(mCoachMarkBuilder.getInfoForViewToMaskList());
setImageParamsAndPosition(mCoachMarkBuilder.getAnchorTop(),
Expand Down Expand Up @@ -184,13 +183,11 @@ private void setNotchDisplayEdge(int position,
int anchorTopY,
int anchorBottomY,
int anchorTopX,
int anchorBottomX,
CoachMarkPixelInfo coachMarkDimenInPixel) {
int notchPosition;
int actualTopMargin;
int actualLeftMargin;
int centerY = (anchorTopY + anchorBottomY) / 2;
int centerX = (anchorTopX + anchorBottomX) / 2;

Rect notchMarginRect;
Rect coachMarkMarginRect;
Expand Down

0 comments on commit a179c1f

Please sign in to comment.