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.java298 private View mCcBccButton; field in ComposeActivity
1349 mCcBccButton = findViewById(R.id.add_cc_bcc); in findViews()
1350 if (mCcBccButton != null) { in findViews()
1351 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()
2339 mCcBccButton.setVisibility(showCcBccFields ? View.GONE : View.VISIBLE); in onFocusChange()
3444 if (mCcBccButton != null) {
3445 mCcBccButton.setVisibility(View.GONE);