Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DCcBccView.java49 public void show(boolean animate, boolean showCc, boolean showBcc) { in show() argument
51 mCc.setVisibility(showCc ? View.VISIBLE : View.GONE); in show()
56 if (showCc) { in show()
DComposeActivity.java887 boolean showCc = !TextUtils.isEmpty(mCc.getText()) || (savedInstanceState != null && in finishSetup()
891 mCcBccView.show(false /* animate */, showCc, showBcc); in finishSetup()
3543 boolean showCc = false;
3551 showCc = showBcc
3555 showCc = !TextUtils.isEmpty(mCc.getText());
3558 mCcBccView.show(false /* animate */, showCc, showBcc);