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

Method apply

app/src/main/java/eu/faircode/email/StyleHelper.java:372–374  ·  view source on GitHub ↗
(int itemId, LifecycleOwner owner, View anchor, EditText etBody, Object... args)

Source from the content-addressed store, hash-verified

370 }
371
372 static boolean apply(int itemId, LifecycleOwner owner, View anchor, EditText etBody, Object... args) {
373 return apply(-1, itemId, owner, anchor, etBody, args);
374 }
375
376 static boolean apply(int groupId, int itemId, LifecycleOwner owner, View anchor, EditText etBody, Object... args) {
377 Log.i("Style action=" + groupId + ":" + itemId);

Callers 15

insertLineMethod · 0.95
onLinkSelectedMethod · 0.95
onClickMethod · 0.95
onMenuItemClickMethod · 0.95
onOptionsItemSelectedMethod · 0.95
onLinkSelectedMethod · 0.95
onKeyPressedMethod · 0.95
onLinkSelectedMethod · 0.95
onResumeMethod · 0.45
onChangedMethod · 0.45
delegateMethod · 0.45
onEnableMethod · 0.45

Calls 15

iMethod · 0.95
getParagraphMethod · 0.95
getWordMethod · 0.95
setBoldItalicMethod · 0.95
setUnderlineMethod · 0.95
selectSizeMethod · 0.95
selectBackgroundMethod · 0.95
selectColorMethod · 0.95
selectFontMethod · 0.95
selectAlignmentMethod · 0.95
selectListMethod · 0.95
selectIndentationMethod · 0.95

Tested by

no test coverage detected