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()
867 boolean showCc = !TextUtils.isEmpty(mCc.getText()) || (savedInstanceState != null && in finishSetup()871 mCcBccView.show(false /* animate */, showCc, showBcc); in finishSetup()3505 boolean showCc = false;3513 showCc = showBcc3517 showCc = !TextUtils.isEmpty(mCc.getText());3520 mCcBccView.show(false /* animate */, showCc, showBcc);