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

Method getView

app/src/main/java/eu/faircode/email/FragmentRule.java:547–551  ·  view source on GitHub ↗
(int position, @Nullable View convertView, @NonNull ViewGroup parent)

Source from the content-addressed store, hash-verified

545 int dp6 = Helper.dp2pixels(getContext(), 6);
546 adapterAction = new ArrayAdapter<Action>(getContext(), R.layout.spinner_item1, android.R.id.text1, new ArrayList<>()) {
547 @NonNull
548 @Override
549 public View getView(int position, @Nullable View convertView, @NonNull ViewGroup parent) {
550 return getView(position, super.getView(position, convertView, parent));
551 }
552
553 @Override
554 public View getDropDownView(int position, @Nullable View convertView, @NonNull ViewGroup parent) {

Callers 13

getDropDownViewMethod · 0.95
onFragmentResumedMethod · 0.45
executeMethod · 0.45
onResumeMethod · 0.45
onExecutedMethod · 0.45
onErrorMethod · 0.45
postMethod · 0.45
onSuggestionClickMethod · 0.45
setSnackbarLinesMethod · 0.45
onExceptionMethod · 0.45
logMethod · 0.45
onExceptionMethod · 0.45

Calls 2

setTextMethod · 0.65
getItemMethod · 0.45

Tested by

no test coverage detected