MCPcopy Create free account
hub / github.com/M66B/FairEmail / getSelected

Method getSelected

app/src/main/java/eu/faircode/email/Helper.java:2826–2830  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2824 }
2825
2826 String getSelected() {
2827 int start = view.getSelectionStart();
2828 int end = view.getSelectionEnd();
2829 return (start >= 0 && start < end ? view.getText().subSequence(start, end).toString() : null);
2830 }
2831 };
2832 }
2833

Callers 2

onPrepareActionModeMethod · 0.95
onActionItemClickedMethod · 0.95

Calls 3

toStringMethod · 0.45
subSequenceMethod · 0.45
getTextMethod · 0.45

Tested by

no test coverage detected