Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DAccountHeaderPresenter.java66 private ImageView mAccountHeaderExpanderIcon; field in AccountHeaderPresenter
82 mAccountHeaderExpanderIcon = (ImageView) container.findViewById(R.id.account_expander_icon); in AccountHeaderPresenter()
207 mAccountHeaderExpanderIcon.setVisibility(View.VISIBLE); in setUpAccountSelector()
210 mAccountHeaderExpanderIcon.setOnClickListener(listener); in setUpAccountSelector()
DRawContactEditorView.java217 private ImageView mAccountHeaderExpanderIcon; field in RawContactEditorView
258 mAccountHeaderExpanderIcon = (ImageView) findViewById(R.id.account_expander_icon); in onFinishInflate()
806 mAccountHeaderExpanderIcon.setVisibility(View.VISIBLE); in addAccountSelector()
841 mAccountHeaderExpanderIcon.setOnClickListener(clickListener); in addAccountSelector()