Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionData.java36 private String mIcon1; field in SuggestionData
74 return mIcon1; in getSuggestionIcon1()
156 mIcon1 = icon1; in setIcon1()
225 result = prime * result + ((mIcon1 == null) ? 0 : mIcon1.hashCode()); in hashCode()
254 if (mIcon1 == null) { in equals()
255 if (other.mIcon1 != null) in equals()
257 } else if (!mIcon1.equals(other.mIcon1)) in equals()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DWebSearchSuggestionView.java69 mIcon1.setImageResource(R.drawable.ic_history_suggestion); in setIsHistorySuggestion()
70 mIcon1.setVisibility(VISIBLE); in setIsHistorySuggestion()
72 mIcon1.setVisibility(INVISIBLE); in setIsHistorySuggestion()
DBaseSuggestionView.java37 protected ImageView mIcon1; field in BaseSuggestionView
59 mIcon1 = (ImageView) findViewById(R.id.icon1); in onFinishInflate()
DDefaultSuggestionView.java72 mAsyncIcon1 = new AsyncIcon(mIcon1) { in onFinishInflate()