HomeSort by relevance Sort by last modified time
    Searched full:booleaneditor (Results 1 - 2 of 2) sorted by null

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
BooleanEditor.java 29 public class BooleanEditor implements Editor {
34 final Switch booleanEditor = (Switch) booleanEditorStub.inflate();
37 booleanEditor.setChecked(item.hasValue() && item.getValueBool());
39 booleanEditor.setVisibility(View.VISIBLE);
41 booleanEditor.setOnCheckedChangeListener(new OnCheckedChangeListener(){
Editors.java 47 editors.put(TYPE_BOOLEAN, new BooleanEditor());

Completed in 614 milliseconds