Home
last modified time | relevance | path

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

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DBooleanEditor.java31 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) { in bindEditor() argument
44 afterChange.run(); in bindEditor()
DDateTimeEditor.java46 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) { in bindEditor() argument
83 afterChange.run(); in bindEditor()
106 afterChange.run(); in bindEditor()
120 afterChange.run(); in bindEditor()
DTextEditor.java31 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) { in bindEditor() argument
47 afterChange.run(); in bindEditor()
DDropDownEditor.java34 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) { in bindEditor() argument
76 afterChange.run(); in bindEditor()
DIconEditor.java37 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) { in bindEditor() argument
77 afterChange.run(); in bindEditor()
DEditors.java35 Runnable bindEditor(View v, EditableItem item, Runnable afterChange); in bindEditor() argument