Searched refs:mIconRefine (Results 1 – 1 of 1) sorted by relevance
304 public final ImageView mIconRefine; field in SuggestionsAdapter.ChildViewCache311 mIconRefine = v.findViewById(com.android.internal.R.id.edit_query); in ChildViewCache()361 views.mIconRefine.setVisibility(View.VISIBLE); in bindView()362 views.mIconRefine.setTag(views.mText1.getText()); in bindView()363 views.mIconRefine.setOnClickListener(this); in bindView()365 views.mIconRefine.setVisibility(View.GONE); in bindView()