Home
last modified time | relevance | path

Searched refs:ic2 (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DSuggestionsAdapter.java163 View ic2 = view.findViewById(R.id.icon2); in bindView() local
195 ic2.setVisibility(((TYPE_SUGGEST == item.type) in bindView()
198 div.setVisibility(ic2.getVisibility()); in bindView()
199 ic2.setOnClickListener(this); in bindView()