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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilterController.java 74 public abstract void checkFilterValidity(boolean notifyListeners);
118 boolean notifyListeners) {
124 if (notifyListeners && !mListeners.isEmpty()) {
143 public void checkFilterValidity(boolean notifyListeners) {
152 false, notifyListeners);
159 ContactListFilter.FILTER_TYPE_ALL_ACCOUNTS), true, notifyListeners);
  /external/autotest/frontend/client/src/autotest/common/
SimpleChangeListenerCollection.java 18 public void notifyListeners() {
  /external/autotest/frontend/client/src/autotest/common/table/
SearchFilter.java 39 notifyListeners();
47 notifyListeners();
54 protected void notifyListeners() {
56 super.notifyListeners();
CheckboxFilter.java 20 notifyListeners();
Filter.java 31 protected void notifyListeners() {
LinkSetFilter.java 41 notifyListeners();
SelectionManager.java 112 notifyListeners(actuallyUsed, add);
125 notifyListeners(removed, false);
162 protected void notifyListeners(Collection<JSONObject> objects,
RadioButtonSetFilter.java 59 notifyListeners();
  /packages/apps/Launcher3/tests/src/com/android/launcher3/util/
TestLauncherProvider.java 26 protected void notifyListeners() { }
  /packages/apps/Camera2/src/com/android/camera/util/
ListenerCombiner.java 98 notifyListeners();
125 public void notifyListeners() {
  /system/core/healthd/
BatteryPropertiesRegistrar.h 34 void notifyListeners(struct BatteryProperties props);
healthd_mode_android.cpp 35 gBatteryPropertiesRegistrar->notifyListeners(*props);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableOutlineView.java 58 public void setActualHeight(int actualHeight, boolean notifyListeners) {
59 super.setActualHeight(actualHeight, notifyListeners);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 167 notifyListeners(SWT.FocusIn, e);
184 notifyListeners(SWT.FocusOut, e);
196 notifyListeners(SWT.DefaultSelection, e);
213 notifyListeners(SWT.Selection, e);
233 notifyListeners(SWT.Traverse, e);
243 notifyListeners(SWT.KeyUp, e);
257 notifyListeners(SWT.DefaultSelection, e);
269 notifyListeners(SWT.KeyDown, e);
319 notifyListeners(SWT.FocusIn, e);
343 notifyListeners(SWT.FocusIn, e)
    [all...]
CComboBox.java 97 notifyListeners(SWT.FocusIn, event);
101 notifyListeners(SWT.FocusOut, event);
169 notifyListeners(SWT.KeyDown, convert2event(e));
181 notifyListeners(SWT.KeyDown, convert2event(e));
199 notifyListeners(SWT.KeyDown, convert2event(e));
206 table.notifyListeners(SWT.Selection, convert2event(e));
211 notifyListeners(SWT.Selection, convert2event(e));
290 notifyListeners(SWT.Selection, convert2event(e));
CCombo3.java 114 notifyListeners(SWT.FocusOut, e);
157 notifyListeners(SWT.MouseDoubleClick, event);
180 notifyListeners(SWT.MouseDoubleClick, event);
269 notifyListeners(SWT.Selection, e);
281 notifyListeners(event.type, e);
  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerV9.java 71 imv.notifyListeners(ON_DEVICE_REMOVED, id);
132 private void notifyListeners(int why, int deviceId) {
193 notifyListeners(ON_DEVICE_ADDED, id);
  /external/autotest/frontend/client/src/autotest/afe/
JobOwnerFilter.java 55 notifyListeners();
61 notifyListeners();
LabelFilter.java 32 notifyListeners();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
UnlockMethodCache.java 103 notifyListeners();
107 private void notifyListeners() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
EthernetSignalController.java 50 public void notifyListeners(SignalCallback callback) {
SignalController.java 48 // lists and call notifyListeners whenever the list has changed to ensure everyone
161 notifyListeners();
202 public final void notifyListeners() {
203 notifyListeners(mCallbackHandler);
211 public abstract void notifyListeners(SignalCallback callback);
  /external/guice/core/src/com/google/inject/internal/
MembersInjectorImpl.java 111 notifyListeners(instance, errors);
115 void notifyListeners(T instance, Errors errors) throws ErrorsException {
  /packages/apps/Contacts/src/com/android/contacts/list/
ProviderStatusWatcher.java 110 private void notifyListeners() {
112 Log.d(TAG, "notifyListeners: " + mListeners.size());
250 notifyListeners();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTooltipProvider.java 106 table.notifyListeners(SWT.MouseDown, newEvent);

Completed in 309 milliseconds

1 2 3 4 5 6 7 8 91011>>