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.java300 private View mCcBccButton; field in ComposeActivity
1370 mCcBccButton = findViewById(R.id.add_cc_bcc); in findViews()
1371 if (mCcBccButton != null) { in findViews()
1372 mCcBccButton.setOnClickListener(this); in findViews()
2025 if (mCcBccButton != null) { in updateHideOrShowCcBcc()
2027 mCcBccButton.setVisibility(View.VISIBLE); in updateHideOrShowCcBcc()
2029 mCcBccButton.setVisibility(View.GONE); in updateHideOrShowCcBcc()
2369 mCcBccButton.setVisibility(showCcBccFields ? View.GONE : View.VISIBLE); in onFocusChange()
3480 if (mCcBccButton != null) {
3481 mCcBccButton.setVisibility(View.GONE);