OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DropDownEditor
(Results
1 - 2
of
2
) sorted by null
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DropDownEditor.java
32
public class
DropDownEditor
implements Editor {
35
final Spinner
dropDownEditor
= (Spinner) v.findViewById(R.id.drop_down_editor);
36
dropDownEditor
.setVisibility(View.VISIBLE);
62
dropDownEditor
.setAdapter(adapter);
65
dropDownEditor
.setSelection(adapter.getPosition(item.getValueInt()));
69
dropDownEditor
.setOnItemSelectedListener(new OnItemSelectedListener(){
Editors.java
48
editors.put(TYPE_DROP_DOWN, new
DropDownEditor
());
Completed in 42 milliseconds