Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DKindSectionView.java162 private ViewGroup mEditors; field in KindSectionView
176 if (mEditors != null) { in setEnabled()
222 final View view = mEditors.getChildAt(i); in setGroupMetaData()
251 || mEditors.getChildCount() == 0) { in getNameEditorView()
303 mEditors.removeAllViews(); in rebuildFromState()
352 mEditors.addView(nameView); in addNameEditorViews()
370 mEditors.addView(nameView); in addNameEditorViews()
391 mEditors.addView(phoneticNameView); in addNameEditorViews()
406 mEditors.addView(view); in addGroupEditorView()
422 mEditors.addView(view); in addNonNameEditorView()
[all …]
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A 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()