Searched refs:notifyListeners (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableOutlineView.java60 public void setActualHeight(int actualHeight, boolean notifyListeners) { argument
61 super.setActualHeight(actualHeight, notifyListeners);
H A DExpandableView.java165 * @param notifyListeners Whether the listener should be informed about the change.
167 public void setActualHeight(int actualHeight, boolean notifyListeners) { argument
171 if (notifyListeners) {
H A DActivatableNotificationView.java495 public void setActualHeight(int actualHeight, boolean notifyListeners) { argument
496 super.setActualHeight(actualHeight, notifyListeners);
H A DExpandableNotificationRow.java920 public void setActualHeight(int height, boolean notifyListeners) { argument
921 super.setActualHeight(height, notifyListeners);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockMethodCache.java103 notifyListeners();
107 private void notifyListeners() { method in class:UnlockMethodCache
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DEthernetSignalController.java49 public void notifyListeners() { method in class:EthernetSignalController
H A DNetworkControllerImpl.java319 mWifiSignalController.notifyListeners();
320 mEthernetSignalController.notifyListeners();
322 mobileSignalController.notifyListeners();
529 notifyListeners();
546 notifyListeners();
548 mobileSignalController.notifyListeners();
550 mWifiSignalController.notifyListeners();
551 mEthernetSignalController.notifyListeners();
559 private void notifyListeners() { method in class:NetworkControllerImpl
709 mWifiSignalController.notifyListeners();
[all...]
H A DSignalController.java47 // lists and call notifyListeners whenever the list has changed to ensure everyone
160 notifyListeners();
206 public abstract void notifyListeners(); method in class:SignalController
H A DWifiSignalController.java76 public void notifyListeners() { method in class:WifiSignalController
H A DMobileSignalController.java201 public void notifyListeners() { method in class:MobileSignalController
/frameworks/base/core/java/android/app/
H A DSharedPreferencesImpl.java387 notifyListeners(mcr);
465 notifyListeners(mcr);
469 private void notifyListeners(final MemoryCommitResult mcr) { method in class:SharedPreferencesImpl.EditorImpl
487 notifyListeners(mcr);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 128 milliseconds