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
1350 mCcBccButton = findViewById(R.id.add_cc_bcc); in findViews()
1351 if (mCcBccButton != null) { in findViews()
1352 mCcBccButton.setOnClickListener(this); in findViews()
1987 if (mCcBccButton != null) { in updateHideOrShowCcBcc()
1989 mCcBccButton.setVisibility(View.VISIBLE); in updateHideOrShowCcBcc()
1991 mCcBccButton.setVisibility(View.GONE); in updateHideOrShowCcBcc()
2337 mCcBccButton.setVisibility(showCcBccFields ? View.GONE : View.VISIBLE); in onFocusChange()
3442 if (mCcBccButton != null) {
3443 mCcBccButton.setVisibility(View.GONE);