MCPcopy Create free account
hub / github.com/buggins/coolreader / getPercent

Method getPercent

android/src/org/coolreader/crengine/Bookmark.java:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 return true;
35 }
36 public int getPercent() {
37 return percent;
38 }
39 public void setPercent(int percent) {
40 this.percent = percent;
41 modified = true;

Callers 2

getViewMethod · 0.95
setItemMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected