Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactReadOnlyEditorView.java64 private ImageView mAccountIconImageView; field in RawContactReadOnlyEditorView
95 mAccountIconImageView = (ImageView) findViewById(android.R.id.icon); in onFinishInflate()
133 mAccountIconImageView.setImageDrawable(state.getRawContactAccountType(getContext()) in setState()
DRawContactEditorView.java82 private ImageView mAccountIconImageView; field in RawContactEditorView
146 mAccountIconImageView = (ImageView) findViewById(android.R.id.icon); in onFinishInflate()
229 mAccountIconImageView.setImageDrawable(state.getRawContactAccountType(getContext()) in setState()