Searched refs:showCc (Results 1 – 2 of 2) sorted by relevance
49 public void show(boolean animate, boolean showCc, boolean showBcc) { in show() argument51 mCc.setVisibility(showCc ? View.VISIBLE : View.GONE); in show()56 if (showCc) { in show()
887 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 = showBcc3555 showCc = !TextUtils.isEmpty(mCc.getText());3558 mCcBccView.show(false /* animate */, showCc, showBcc);