OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEditors
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
EditorPlaceHolder.java
19
private HashMap<Integer, Editor>
mEditors
= new HashMap<Integer, Editor>();
31
mEditors
.put(c.getID(), c);
35
if (
mEditors
.get(type) != null) {
42
Editor editor =
mEditors
.get(type);
79
return
mEditors
.get(editorId);
/packages/apps/Contacts/src/com/android/contacts/editor/
KindSectionView.java
48
private ViewGroup
mEditors
;
73
if (
mEditors
!= null) {
74
int childCount =
mEditors
.getChildCount();
76
mEditors
.getChildAt(i).setEnabled(enabled);
100
mEditors
= (ViewGroup) findViewById(R.id.kind_editors);
165
mEditors
.removeAllViews();
185
* to the end of
mEditors
191
view = mInflater.inflate(layoutResId,
mEditors
, false);
207
mEditors
.addView(view);
264
mEditors
.removeView(emptyEditorView)
[
all
...]
Completed in 32 milliseconds