Skip to content

Commit

Permalink
Getter for current progress
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyab committed Dec 26, 2015
1 parent 877670d commit ed10862
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SeekArc_library/src/com/triggertrap/seekarc/SeekArc.java
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,10 @@ public void setProgress(int progress) {
updateProgress(progress, false);
}

public int getProgress() {
return mProgress;
}

public int getProgressWidth() {
return mProgressWidth;
}
Expand Down

0 comments on commit ed10862

Please sign in to comment.