Searched refs:showBcc (Results 1 – 2 of 2) sorted by relevance
49 public void show(boolean animate, boolean showCc, boolean showBcc) { in show() argument52 mBcc.setVisibility(showBcc ? View.VISIBLE : View.GONE); in show()59 if (showBcc) { in show()
869 boolean showBcc = !TextUtils.isEmpty(mBcc.getText()) || (savedInstanceState != null && in finishSetup()871 mCcBccView.show(false /* animate */, showCc, showBcc); in finishSetup()3506 boolean showBcc = false;3510 showBcc = !TextUtils.isEmpty(mDraft.getBcc());3513 showCc = showBcc3518 showBcc = !TextUtils.isEmpty(mBcc.getText());3520 mCcBccView.show(false /* animate */, showCc, showBcc);