Searched refs:dropDownEditor (Results 1 – 1 of 1) sorted by relevance
35 final Spinner dropDownEditor = (Spinner) v.findViewById(R.id.drop_down_editor); in bindEditor() local36 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()