Searched refs:mEditors (Results 1 – 2 of 2) sorted by relevance
122 if (mShowOneEmptyEditor && mEditors.getChildCount() == 1) { in onDeleteRequested()143 if (delView.isBirthdayType() && mEditors.getChildCount() > 1) { in onDeleteRequested()144 final EventFieldEditorView bottomView = (EventFieldEditorView) mEditors in onDeleteRequested()145 .getChildAt(mEditors.getChildCount() - 1); in onDeleteRequested()162 private ViewGroup mEditors; field in KindSectionView176 if (mEditors != null) { in setEnabled()177 int childCount = mEditors.getChildCount(); in setEnabled()179 mEditors.getChildAt(i).setEnabled(enabled); in setEnabled()193 mEditors = (ViewGroup) findViewById(R.id.kind_editors); in onFinishInflate()221 for (int i = 0; i < mEditors.getChildCount(); i++) { in setGroupMetaData()[all …]
19 private HashMap<Integer, Editor> mEditors = new HashMap<Integer, Editor>(); field in EditorPlaceHolder31 mEditors.put(c.getID(), c); in addEditor()35 if (mEditors.get(type) != null) { in contains()42 Editor editor = mEditors.get(type); in showEditor()79 return mEditors.get(editorId); in getEditor()