Home
last modified time | relevance | path

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

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DDropDownEditor.java35 final Spinner dropDownEditor = (Spinner) v.findViewById(R.id.drop_down_editor); in bindEditor() local
36 dropDownEditor.setVisibility(View.VISIBLE); in bindEditor()
62 dropDownEditor.setAdapter(adapter); in bindEditor()
65 dropDownEditor.setSelection(adapter.getPosition(item.getValueInt())); in bindEditor()
69 dropDownEditor.setOnItemSelectedListener(new OnItemSelectedListener(){ in bindEditor()