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

/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
H A DDataKind.java70 public final int editorLayoutResourceId; field in class:DataKind
94 editorLayoutResourceId = R.layout.text_fields_editor_view;
99 int editorLayoutResourceId) {
105 this.editorLayoutResourceId = editorLayoutResourceId;
129 sb.append(" editorLayoutResourceId=").append(editorLayoutResourceId);
98 DataKind(String mimeType, int titleRes, int weight, boolean editable, int editorLayoutResourceId) argument
/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DBaseAccountType.java788 int titleRes, int weight, int editorLayoutResourceId,
797 editorLayoutResourceId);
786 newDataKind(Context context, XmlPullParser parser, AttributeSet attrs, boolean isPseudo, String mimeType, String typeColumn, int titleRes, int weight, int editorLayoutResourceId, StringInflater actionHeader, StringInflater actionBody) argument

Completed in 193 milliseconds