Searched refs:mIcon1 (Results 1 – 4 of 4) sorted by relevance
36 private String mIcon1; field in SuggestionData74 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()
69 mIcon1.setImageResource(R.drawable.ic_history_suggestion); in setIsHistorySuggestion()70 mIcon1.setVisibility(VISIBLE); in setIsHistorySuggestion()72 mIcon1.setVisibility(INVISIBLE); in setIsHistorySuggestion()
37 protected ImageView mIcon1; field in BaseSuggestionView59 mIcon1 = (ImageView) findViewById(R.id.icon1); in onFinishInflate()
72 mAsyncIcon1 = new AsyncIcon(mIcon1) { in onFinishInflate()