Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aa112901/remusic
/ toString
Method
toString
app/src/main/java/com/wm/remusic/lrc/LrcRow.java:133–137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
131
}
132
133
@Override
134
public
String toString() {
135
return
"LrcRow [timeStr="
+ timeStr +
", time="
+ time +
", content="
136
+ content +
"]"
;
137
}
138
139
140
}
Callers
15
createDrawable
Method · 0.45
createColorStateList
Method · 0.45
doInBackground
Method · 0.45
getUrl
Method · 0.45
run
Method · 0.45
getLrcRows
Method · 0.45
onBindViewHolder
Method · 0.45
hideInputManager
Method · 0.45
getLrcRows
Method · 0.45
onPostExecute
Method · 0.45
doInBackground
Method · 0.45
onBindViewHolder
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected