Searched refs:mEditors (Results 1 – 2 of 2) sorted by relevance
129 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 KindSectionView190 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 …]
35 private HashMap<Integer, Editor> mEditors = new HashMap<Integer, Editor>(); field in EditorPlaceHolder47 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()