Searched defs:mExpansionView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DTextFieldsEditorView.java62 protected ImageView mExpansionView; field in class:TextFieldsEditorView
97 mExpansionView = (ImageView) findViewById(R.id.expansion_view);
164 if (mExpansionView != null) {
165 mExpansionView.setEnabled(!isReadOnly() && enabled);
187 mExpansionView.setImageDrawable(expandIcon);
188 mExpansionView.setContentDescription(collapsed ? mExpandButtonDescription
330 if (mExpansionView != null) {
333 mExpansionView.setEnabled(!readOnly && isEnabled());

Completed in 12 milliseconds