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

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

Completed in 86 milliseconds