Home
last modified time | relevance | path

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

/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A 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()
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DWebSearchSuggestionView.java69 mIcon1.setImageResource(R.drawable.ic_history_suggestion); in setIsHistorySuggestion()
70 mIcon1.setVisibility(VISIBLE); in setIsHistorySuggestion()
72 mIcon1.setVisibility(INVISIBLE); in setIsHistorySuggestion()
H A DBaseSuggestionView.java37 protected ImageView mIcon1; field in BaseSuggestionView
59 mIcon1 = (ImageView) findViewById(R.id.icon1); in onFinishInflate()
H A DDefaultSuggestionView.java72 mAsyncIcon1 = new AsyncIcon(mIcon1) { in onFinishInflate()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DAnimatedTaskbarView.java46 private View mIcon1; field in AnimatedTaskbarView
81 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()
/aosp12/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java302 public final ImageView mIcon1; field in SuggestionsAdapter.ChildViewCache
309 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()