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

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
BooleanEditor.java 31 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) {
44 afterChange.run();
DropDownEditor.java 34 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) {
76 afterChange.run();
TextEditor.java 31 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) {
47 afterChange.run();
DateTimeEditor.java 46 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) {
83 afterChange.run();
106 afterChange.run();
120 afterChange.run();
IconEditor.java 37 public Runnable bindEditor(View v, final EditableItem item, final Runnable afterChange) {
77 afterChange.run();
Editors.java 35 Runnable bindEditor(View v, EditableItem item, Runnable afterChange);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodevalue02.java 68 assertEquals("afterChange", "This should have an effect", newValue);
nodevalue02.java 68 assertEquals("afterChange", "This should have an effect", newValue);

Completed in 650 milliseconds