OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyObservers
(Results
1 - 25
of
30
) sorted by null
1
2
/libcore/ojluni/src/main/java/java/util/
Observable.java
36
* <code>Observable</code>'s <code>
notifyObservers
</code> method
56
* @see java.util.Observable#
notifyObservers
()
57
* @see java.util.Observable#
notifyObservers
(java.lang.Object)
108
*
notifyObservers
(null)</tt></blockquote>
114
public void
notifyObservers
() {
115
notifyObservers
(null);
132
public void
notifyObservers
(Object arg) {
184
* <code>
notifyObservers
</code> methods.
186
* @see java.util.Observable#
notifyObservers
()
187
* @see java.util.Observable#
notifyObservers
(java.lang.Object
[
all
...]
/libcore/luni/src/test/java/libcore/java/util/
OldObserverTest.java
47
observable.
notifyObservers
();
50
observable.
notifyObservers
();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ObservableTest.java
182
* java.util.Observable#
notifyObservers
()
185
// Test for method void java.util.Observable.
notifyObservers
()
187
observable.
notifyObservers
();
191
observable.
notifyObservers
();
200
observable.
notifyObservers
();
208
observable.
notifyObservers
();
215
* java.util.Observable#
notifyObservers
(java.lang.Object)
219
// java.util.Observable.
notifyObservers
(java.lang.Object)
222
observable.
notifyObservers
();
226
observable.
notifyObservers
(obj = new Object())
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java
378
notifyObservers
();
387
notifyObservers
();
462
notifyObservers
();
476
notifyObservers
();
479
public void
notifyObservers
() {
530
notifyObservers
();
538
notifyObservers
();
701
notifyObservers
();
709
notifyObservers
();
715
notifyObservers
();
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
UpdatePreviewTask.java
72
MasterImage.getImage().
notifyObservers
();
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DynamicXYPlotActivity.java
131
public void
notifyObservers
() {
133
super.
notifyObservers
();
177
notifier.
notifyObservers
();
/frameworks/base/core/java/android/content/
ContentQueryMap.java
145
notifyObservers
();
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
ShadowDOM.js
529
setEndOfMicrotask(
notifyObservers
);
532
function
notifyObservers
() {
[
all
...]
webcomponents.js
568
setEndOfMicrotask(
notifyObservers
);
571
function
notifyObservers
() {
[
all
...]
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
ShadowDOM.js
529
setEndOfMicrotask(
notifyObservers
);
532
function
notifyObservers
() {
[
all
...]
webcomponents.js
568
setEndOfMicrotask(
notifyObservers
);
571
function
notifyObservers
() {
[
all
...]
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/20/
android.jar
/prebuilts/sdk/22/
android.jar
/prebuilts/sdk/23/
android.jar
/prebuilts/sdk/24/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/9/
android.jar
/prebuilts/sdk/system_23/
android.jar
/prebuilts/tools/common/api-versions/android-1/
android.jar
Completed in 1245 milliseconds
1
2