Searched defs:watcher (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | DialerFilter.java | 361 public void setLettersWatcher(TextWatcher watcher) { in setLettersWatcher() 367 public void setDigitsWatcher(TextWatcher watcher) { in setDigitsWatcher() 373 public void setFilterWatcher(TextWatcher watcher) { in setFilterWatcher() 381 public void removeFilterWatcher(TextWatcher watcher) { in removeFilterWatcher()
|
D | TextView.java | 7330 public void addTextChangedListener(TextWatcher watcher) { in addTextChangedListener() 7343 public void removeTextChangedListener(TextWatcher watcher) { in removeTextChangedListener()
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | UiDevice.java | 518 public void registerWatcher(String name, UiWatcher watcher) { in registerWatcher() 553 UiWatcher watcher = mWatchers.get(watcherName); in runWatchers() local
|
/frameworks/base/core/java/android/view/ |
D | IWindowManager.aidl | 170 int watchRotation(IRotationWatcher watcher); in watchRotation() 176 void removeRotationWatcher(IRotationWatcher watcher); in removeRotationWatcher()
|
/frameworks/base/cmds/am/src/com/android/commands/am/ |
D | Am.java | 849 InstrumentationWatcher watcher = null; in runInstrument() local
|
/frameworks/base/core/java/android/app/ |
D | Instrumentation.java | 1609 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection) { in init()
|
D | IActivityManager.java | 174 int flags, Bundle arguments, IInstrumentationWatcher watcher, in startInstrumentation() 242 public void setActivityController(IActivityController watcher) in setActivityController()
|
D | ActivityManagerNative.java | 1253 IActivityController watcher = IActivityController.Stub.asInterface( in onTransact() local 3175 int flags, Bundle arguments, IInstrumentationWatcher watcher, in startInstrumentation() 3626 public void setActivityController(IActivityController watcher) throws RemoteException in setActivityController()
|
/frameworks/base/services/java/com/android/server/wm/ |
D | WindowManagerService.java | 441 IRotationWatcher watcher; field in WindowManagerService.RotationWatcher 6033 public int watchRotation(IRotationWatcher watcher) { in watchRotation() 6065 public void removeRotationWatcher(IRotationWatcher watcher) { in removeRotationWatcher()
|
/frameworks/ex/chips/src/com/android/ex/chips/ |
D | RecipientEditTextView.java | 2215 public void removeTextChangedListener(TextWatcher watcher) { in removeTextChangedListener()
|
/frameworks/base/services/java/com/android/server/am/ |
D | ActivityManagerService.java | 13829 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection, in startInstrumentation() 13902 private void reportStartInstrumentationFailure(IInstrumentationWatcher watcher, in reportStartInstrumentationFailure()
|