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

  /external/libchrome/base/memory/
scoped_vector_unittest.cc 299 LifeCycleWatcher watchers[5]; local
302 for(LifeCycleWatcher* it = watchers; it != watchers + arraysize(watchers);
312 for(LifeCycleWatcher* it = watchers; it != watchers + arraysize(watchers);
316 for(LifeCycleWatcher* it = watchers; it != watchers + 1; ++it)
318 for(LifeCycleWatcher* it = watchers + 1; it != watchers + 3; ++it
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
scoped_vector_unittest.cc 302 LifeCycleWatcher watchers[5]; local
303 size_t watchers_size = sizeof(watchers) / sizeof(*watchers);
306 for (LifeCycleWatcher* it = watchers; it != watchers + watchers_size;
316 for (LifeCycleWatcher* it = watchers; it != watchers + watchers_size;
320 for (LifeCycleWatcher* it = watchers; it != watchers + 1; ++it)
322 for (LifeCycleWatcher* it = watchers + 1; it != watchers + 3; ++it
    [all...]
  /external/robolectric/v1/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 533 // Early exit so that the text watchers do not get notified
581 // Span watchers need to be called after text watchers, which may update the layout
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 4445 final ChangeWatcher[] watchers = sp.getSpans(0, sp.length(), ChangeWatcher.class); local
    [all...]
  /prebuilts/sdk/tools/jills/
jill-3.36.CANDIDATE.jar 
jill-4.7.BETA.jar 
  /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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 

Completed in 503 milliseconds