Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DCcBccView.java29 public class CcBccView extends RelativeLayout { class
34 public CcBccView(Context context) { in CcBccView() method in CcBccView
38 public CcBccView(Context context, AttributeSet attrs) { in CcBccView() method in CcBccView
42 public CcBccView(Context context, AttributeSet attrs, int defStyle) { in CcBccView() method in CcBccView
DComposeActivity.java299 private CcBccView mCcBccView;
1354 mCcBccView = (CcBccView) findViewById(R.id.cc_bcc_wrapper); in findViews()