Searched refs:mAccountIcon (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DAccountItemView.java38 private ImageView mAccountIcon; field in class:AccountItemView
62 mAccountIcon = (ImageView)view.findViewById(android.R.id.icon);
79 mAccountIcon.setImageResource(resId);
83 mAccountIcon.setBackgroundDrawable(drawable);

Completed in 948 milliseconds