Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buggins/coolreader
/ setPosText
Method
setPosText
android/src/org/coolreader/crengine/Bookmark.java:85–88 ·
view source on GitHub ↗
(String posText)
Source
from the content-addressed store, hash-verified
83
modified = true;
84
}
85
public
void
setPosText(String posText) {
86
this.posText = posText;
87
modified = true;
88
}
89
public
int
getShortcut() {
90
return
shortcut;
91
}
Callers
4
updateBookmark
Method · 0.95
showNewBookmarkDialog
Method · 0.95
readBookmarkFromCursor
Method · 0.45
Java_org_coolreader_crengine_DocView_getCurrentPageBookmarkInternal
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected