Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java299 private View mCcBccButton; field in ComposeActivity
1351 mCcBccButton = findViewById(R.id.add_cc_bcc); in findViews()
1352 if (mCcBccButton != null) { in findViews()
1353 mCcBccButton.setOnClickListener(this); in findViews()
1989 if (mCcBccButton != null) { in updateHideOrShowCcBcc()
1991 mCcBccButton.setVisibility(View.VISIBLE); in updateHideOrShowCcBcc()
1993 mCcBccButton.setVisibility(View.GONE); in updateHideOrShowCcBcc()
2333 mCcBccButton.setVisibility(showCcBccFields ? View.GONE : View.VISIBLE); in onFocusChange()
3444 if (mCcBccButton != null) {
3445 mCcBccButton.setVisibility(View.GONE);