Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88839c73 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Provide AutoCompleteTextView as an accessibility class name"

parents 30cadee7 8dbd0563
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1409,6 +1409,11 @@ public class AutoCompleteTextView extends EditText implements Filter.FilterListe
        return mFilter;
    }

    @Override
    public CharSequence getAccessibilityClassName() {
        return AutoCompleteTextView.class.getName();
    }

    private class DropDownItemClickListener implements AdapterView.OnItemClickListener {
        public void onItemClick(AdapterView parent, View v, int position, long id) {
            performCompletion(v, position, id);