Searched refs:filterBox (Results 1 – 1 of 1) sorted by relevance
143 EditText filterBox = view.findViewById(R.id.filter_box); in onViewCreated() local144 filterBox.setVisibility(VISIBLE); in onViewCreated()145 filterBox.addTextChangedListener(new TextWatcher() { in onViewCreated()168 filterBox.setText(filter); in onViewCreated()