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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAccountItemView.java37 private TextView mAccountDisplayName; field in class:AccountItemView
57 mAccountDisplayName = (TextView)findViewById(R.id.account_display_name);
74 mAccountDisplayName.setText(account.getSenderName());
79 mAccountDisplayName.setText(account.getDisplayName());
83 mAccountDisplayName.setText(account.getEmailAddress());
88 mAccountDisplayName.setTypeface(Typeface.defaultFromStyle(Typeface.BOLD));
90 mAccountDisplayName.setTextColor(blackColor);
94 mAccountDisplayName.setTypeface(Typeface.DEFAULT);
96 mAccountDisplayName.setTextColor(greyColor);

Completed in 58 milliseconds