Home
last modified time | relevance | path

Searched refs:AccountItemView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/drawer/
DAccountDrawerItem.java26 import com.android.mail.ui.AccountItemView;
60 final AccountItemView accountItemView; in getView()
62 accountItemView = (AccountItemView) convertView; in getView()
65 (AccountItemView) mInflater.inflate(R.layout.account_item, parent, false); in getView()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAccountItemView.java36 public class AccountItemView extends LinearLayout { class
42 public AccountItemView(Context context) { in AccountItemView() method in AccountItemView
46 public AccountItemView(Context context, AttributeSet attrs) { in AccountItemView() method in AccountItemView
50 public AccountItemView(Context context, AttributeSet attrs, int defStyle) { in AccountItemView() method in AccountItemView