Searched refs:accountIcon (Results 1 – 2 of 2) sorted by relevance
53 ImageView accountIcon = (ImageView) view.findViewById(android.R.id.icon); in bindGroupSourceView() local54 if (accountIcon == null) { in bindGroupSourceView()58 accountIcon.setImageDrawable(accountType.getDisplayIcon(context)); in bindGroupSourceView()
414 ImageView accountIcon = (ImageView) editorView.findViewById(R.id.account_icon); in setupEditorForAccount() local422 accountIcon.setImageDrawable(accountType.getDisplayIcon(mContext)); in setupEditorForAccount()