Searched refs:getDisplayIcon (Results 1 – 14 of 14) sorted by relevance
279 public Drawable getDisplayIcon(Context context) { in getDisplayIcon() method in AccountType280 return getDisplayIcon(context, titleRes, iconRes, syncAdapterPackageName); in getDisplayIcon()283 public static Drawable getDisplayIcon(Context context, int titleRes, int iconRes, in getDisplayIcon() method in AccountType
58 accountIcon.setImageDrawable(accountType.getDisplayIcon(context)); in bindGroupSourceView()
422 accountIcon.setImageDrawable(accountType.getDisplayIcon(mContext)); in setupEditorForAccount()
109 icon.setImageDrawable(accountType.getDisplayIcon(mContext)); in getView()
136 icon.setImageDrawable(accountType.getDisplayIcon(getContext())); in getSelectAccountDialog()
130 public Drawable getDisplayIcon(Context context) { in getDisplayIcon() method in ContactsSource
127 Drawable icon = accountType != null ? accountType.getDisplayIcon(context) : null; in loadAccountFilters()
256 icon = accountType.getDisplayIcon(getContext()); in getView()
91 imageView.setImageDrawable(accountType.getDisplayIcon(getContext())); in setAccountType()
134 .getDisplayIcon(getContext())); in setState()
245 accountTypeImageView.setImageDrawable(AccountType.getDisplayIcon( in getView()
230 .getDisplayIcon(getContext())); in setState()
175 icon.setImageDrawable(accountType.getDisplayIcon(mContext)); in getView()835 mAccountHeaderIcon.setImageDrawable(accountType.getDisplayIcon(getContext())); in addAccountHeader()
359 .setImageDrawable(accountType.getDisplayIcon(getContext())); in addNameEditorViews()