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()
889 boolean showBcc = !TextUtils.isEmpty(mBcc.getText()) || (savedInstanceState != null && in finishSetup()891 mCcBccView.show(false /* animate */, showCc, showBcc); in finishSetup()3544 boolean showBcc = false;3548 showBcc = !TextUtils.isEmpty(mDraft.getBcc());3551 showCc = showBcc3556 showBcc = !TextUtils.isEmpty(mBcc.getText());3558 mCcBccView.show(false /* animate */, showCc, showBcc);