HomeSort by relevance Sort by last modified time
    Searched defs:mIcon1 (Results 1 - 6 of 6) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
List14.java 48 private Bitmap mIcon1;
56 mIcon1 = BitmapFactory.decodeResource(context.getResources(), R.drawable.icon48x48_1);
123 holder.icon.setImageBitmap((position & 1) == 1 ? mIcon1 : mIcon2);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
BaseSuggestionView.java 37 protected ImageView mIcon1;
59 mIcon1 = (ImageView) findViewById(R.id.icon1);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionData.java 36 private String mIcon1;
74 return mIcon1;
156 mIcon1 = icon1;
225 result = prime * result + ((mIcon1 == null) ? 0 : mIcon1.hashCode());
254 if (mIcon1 == null) {
255 if (other.mIcon1 != null)
257 } else if (!mIcon1.equals(other.mIcon1))
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationListenerVerifierActivity.java 76 private int mIcon1;
160 mIcon1 = R.drawable.ic_stat_alice;
173 .setSmallIcon(mIcon1)
564 pass &= checkEquals(mIcon1, payload.getInt(JSON_ICON),
    [all...]
  /frameworks/base/core/java/android/widget/
SuggestionsAdapter.java 302 public final ImageView mIcon1;
309 mIcon1 = v.findViewById(com.android.internal.R.id.icon1);
352 if (views.mIcon1 != null) {
353 setViewDrawable(views.mIcon1, getIcon1(cursor), View.INVISIBLE);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
SuggestionsAdapter.java 260 public final ImageView mIcon1;
267 mIcon1 = (ImageView) v.findViewById(android.R.id.icon1);
310 if (views.mIcon1 != null) {
311 setViewDrawable(views.mIcon1, getIcon1(cursor), View.INVISIBLE);

Completed in 124 milliseconds