MCPcopy
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

toShowMethod · 0.95
onBindDataMethod · 0.45
intoMethod · 0.45
showPopupMethod · 0.45
toShowMethod · 0.45
toShowMethod · 0.45
showPopupMethod · 0.45
toShowMethod · 0.45
toShowMethod · 0.45
showDemo2Method · 0.45

Calls

no outgoing calls

Tested by 1

onBindDataMethod · 0.36