Searched refs:mIcon1 (Results 1 – 6 of 6) 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()
46 private View mIcon1; field in AnimatedTaskbarView81 mIcon1 = findViewById(R.id.taskbar_icon_1); in onFinishInflate()100 mIcon1, hotseat.findViewById(R.id.hotseat_icon_1), hotseatTop)); in animateDisappearanceToHotseat()143 mIcon1, hotseat.findViewById(R.id.hotseat_icon_1), hotseatTop)); in animateAppearanceFromHotseat()
302 public final ImageView mIcon1; field in SuggestionsAdapter.ChildViewCache309 mIcon1 = v.findViewById(com.android.internal.R.id.icon1); in ChildViewCache()352 if (views.mIcon1 != null) { in bindView()353 setViewDrawable(views.mIcon1, getIcon1(cursor), View.INVISIBLE); in bindView()