Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ protected void onDraw(Canvas canvas) {
}

/**
* draw right path
* draw left path
*
* @param canvas
* @param left
Expand All @@ -270,7 +270,7 @@ private void drawLeftPath(Canvas canvas, float left, float top, float bottom) {
}

/**
* draw left path
* draw right path
*
* @param canvas
* @param top
Expand Down