OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
122
if (mShowOneEmptyEditor &&
mEditors
.getChildCount() == 1) {
143
if (delView.isBirthdayType() &&
mEditors
.getChildCount() > 1) {
144
final EventFieldEditorView bottomView = (EventFieldEditorView)
mEditors
145
.getChildAt(
mEditors
.getChildCount() - 1);
162
private ViewGroup
mEditors
;
176
if (
mEditors
!= null) {
177
int childCount =
mEditors
.getChildCount();
179
mEditors
.getChildAt(i).setEnabled(enabled);
193
mEditors
= (ViewGroup) findViewById(R.id.kind_editors);
221
for (int i = 0; i <
mEditors
.getChildCount(); i++)
[
all
...]
Completed in 448 milliseconds