Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/razerdp/BasePopup
/ setText
Method
setText
app/src/main/java/razerdp/demo/popup/DemoPopup.java:62–65 ·
view source on GitHub ↗
(CharSequence text)
Source
from the content-addressed store, hash-verified
60
61
62
public
DemoPopup setText(CharSequence text) {
63
mBinding.tvDesc.setText(text);
64
return
this;
65
}
66
67
public
TextView getTextView() {
68
return
mBinding.tvDesc;
Callers
15
toShow
Method · 0.95
onBindData
Method · 0.45
copyToClipboardAndToast
Method · 0.45
setTextViewDefaultText
Method · 0.45
into
Method · 0.45
showPopup
Method · 0.45
toShow
Method · 0.45
toShow
Method · 0.45
showPopup
Method · 0.45
toShow
Method · 0.45
toShow
Method · 0.45
showDemo2
Method · 0.45
Calls
no outgoing calls
Tested by
1
onBindData
Method · 0.36