HomeSort by relevance Sort by last modified time
    Searched refs:notifyChanged (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/base/core/java/android/database/
DataSetObservable.java 28 public void notifyChanged() {
  /packages/apps/Calculator/src/com/android/calculator2/
History.java 53 private void notifyChanged() {
63 notifyChanged();
104 notifyChanged();
  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
SyncStateCheckBoxPreference.java 113 notifyChanged();
122 notifyChanged();
131 notifyChanged();
139 notifyChanged();
  /external/chromium/third_party/icu/source/common/
servnotf.h 58 * Notifiers call notifyChanged when they wish to notify listeners.
82 * Add a listener to be notified when notifyChanged is called.
103 virtual void notifyChanged(void);
servnotf.cpp 101 ICUNotifier::notifyChanged(void)
  /external/icu4c/common/
servnotf.h 58 * Notifiers call notifyChanged when they wish to notify listeners.
82 * Add a listener to be notified when notifyChanged is called.
103 virtual void notifyChanged(void);
servnotf.cpp 101 ICUNotifier::notifyChanged(void)
  /external/webkit/WebCore/css/
MediaList.cpp 156 notifyChanged();
214 notifyChanged();
242 notifyChanged();
250 void MediaList::notifyChanged()
CSSMutableStyleDeclaration.h 105 bool setProperty(int propertyID, int value, bool important = false, bool notifyChanged = true);
106 bool setProperty(int propertyID, const String& value, bool important = false, bool notifyChanged = true);
108 String removeProperty(int propertyID, bool notifyChanged = true, bool returnText = false);
126 void removePropertiesInSet(const int* set, unsigned length, bool notifyChanged = true);
155 bool removeShorthandProperty(int propertyID, bool notifyChanged);
CSSMutableStyleDeclaration.cpp 429 bool CSSMutableStyleDeclaration::removeShorthandProperty(int propertyID, bool notifyChanged)
433 removePropertiesInSet(longhand.properties(), longhand.length(), notifyChanged);
439 String CSSMutableStyleDeclaration::removeProperty(int propertyID, bool notifyChanged, bool returnText)
443 if (removeShorthandProperty(propertyID, notifyChanged)) {
461 if (notifyChanged)
520 bool CSSMutableStyleDeclaration::setProperty(int propertyID, const String& value, bool important, bool notifyChanged)
527 removeProperty(propertyID, notifyChanged, false);
538 } else if (notifyChanged)
558 bool CSSMutableStyleDeclaration::setProperty(int propertyID, int value, bool important, bool notifyChanged)
562 if (notifyChanged)
    [all...]
MediaList.h 84 void notifyChanged();
  /frameworks/base/core/java/android/widget/
BaseAdapter.java 50 mDataSetObservable.notifyChanged();
BaseExpandableListAdapter.java 53 * @see DataSetObservable#notifyChanged()
56 mDataSetObservable.notifyChanged();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
AbstractCorpusRanker.java 63 mDataSetObservable.notifyChanged();
ListSuggestionCursor.java 130 mDataSetObservable.notifyChanged();
  /packages/apps/Settings/src/com/android/settings/
ProgressCategory.java 52 notifyChanged();
  /cts/tests/tests/database/src/android/database/cts/
DataSetObservableTest.java 33 notes = "Test notifyChanged and notifyInvalidated.",
34 method = "notifyChanged",
39 notes = "Test notifyChanged and notifyInvalidated.",
54 dataSetObservalbe.notifyChanged();
69 // notifyChanged is not working on dataSetObserver1 & 2 anymore.
70 dataSetObservalbe.notifyChanged();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
MyPreference.java 73 notifyChanged();
128 notifyChanged();
  /packages/apps/Settings/src/com/android/settings/quicklaunch/
ShortcutPreference.java 77 notifyChanged();
88 notifyChanged();
  /packages/apps/Phone/src/com/android/phone/
EditPhoneNumberPreference.java 353 notifyChanged();
378 notifyChanged();
435 notifyChanged();
459 notifyChanged();
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockCorpora.java 117 mDataSetObservable.notifyChanged();
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 92 notifyChanged();
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerGaugePreference.java 69 notifyChanged();
  /frameworks/base/core/java/android/preference/
CheckBoxPreference.java 156 notifyChanged();
183 notifyChanged();
211 notifyChanged();
Preference.java 518 notifyChanged();
560 notifyChanged();
587 notifyChanged();
608 notifyChanged();
634 notifyChanged();
    [all...]

Completed in 663 milliseconds

1 2