HomeSort by relevance Sort by last modified time
    Searched refs:watchers (Results 1 - 9 of 9) sorted by null

  /external/chromium/base/memory/
scoped_vector_unittest.cc 130 LifeCycleWatcher watchers[5]; local
133 for(LifeCycleWatcher* it = watchers; it != watchers + arraysize(watchers);
143 for(LifeCycleWatcher* it = watchers; it != watchers + arraysize(watchers);
147 for(LifeCycleWatcher* it = watchers; it != watchers + 1; ++it)
149 for(LifeCycleWatcher* it = watchers + 1; it != watchers + 3; ++it
    [all...]
  /external/chromium_org/base/memory/
scoped_vector_unittest.cc 273 LifeCycleWatcher watchers[5]; local
276 for(LifeCycleWatcher* it = watchers; it != watchers + arraysize(watchers);
286 for(LifeCycleWatcher* it = watchers; it != watchers + arraysize(watchers);
290 for(LifeCycleWatcher* it = watchers; it != watchers + 1; ++it)
292 for(LifeCycleWatcher* it = watchers + 1; it != watchers + 3; ++it
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 53 private List<TextWatcher> watchers = new ArrayList<TextWatcher>(); field in class:ShadowTextView
117 for (TextWatcher watcher : watchers) {
123 for (TextWatcher watcher : watchers) {
129 for (TextWatcher watcher : watchers) {
470 this.watchers.add(watcher);
475 this.watchers.remove(watcher);
523 * @return the list of currently registered watchers/listeners
526 return watchers;
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 459 // Early exit so that the text watchers do not get notified
499 // Span watchers need to be called after text watchers, which may update the layout
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 3783 final ChangeWatcher[] watchers = sp.getSpans(0, sp.length(), ChangeWatcher.class); local
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
directory_model.js 200 * Disposes the directory model by removing file watchers.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 1330 milliseconds