Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DKindSectionView.java129 if (mIsLegacyField && mEditors.getChildCount() == 1) { in onDeleteRequested()
134 if (mShowOneEmptyEditor && mEditors.getChildCount() == 1) { in onDeleteRequested()
155 if (delView.isBirthdayType() && mEditors.getChildCount() > 1) { in onDeleteRequested()
156 final EventFieldEditorView bottomView = (EventFieldEditorView) mEditors in onDeleteRequested()
157 .getChildAt(mEditors.getChildCount() - 1); in onDeleteRequested()
176 private ViewGroup mEditors; field in KindSectionView
190 if (mEditors != null) { in setEnabled()
191 int childCount = mEditors.getChildCount(); in setEnabled()
193 mEditors.getChildAt(i).setEnabled(enabled); in setEnabled()
207 mEditors = (ViewGroup) findViewById(R.id.kind_editors); in onFinishInflate()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DEditorPlaceHolder.java35 private HashMap<Integer, Editor> mEditors = new HashMap<Integer, Editor>(); field in EditorPlaceHolder
47 mEditors.put(c.getID(), c); in addEditor()
51 if (mEditors.get(type) != null) { in contains()
58 Editor editor = mEditors.get(type); in showEditor()
95 return mEditors.get(editorId); in getEditor()