Home
last modified time | relevance | path

Searched defs:watcher (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/widget/
DDialerFilter.java359 public void setLettersWatcher(TextWatcher watcher) { in setLettersWatcher()
365 public void setDigitsWatcher(TextWatcher watcher) { in setDigitsWatcher()
371 public void setFilterWatcher(TextWatcher watcher) { in setFilterWatcher()
379 public void removeFilterWatcher(TextWatcher watcher) { in removeFilterWatcher()
DTextView.java7910 public void addTextChangedListener(TextWatcher watcher) { in addTextChangedListener()
7923 public void removeTextChangedListener(TextWatcher watcher) { in removeTextChangedListener()
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DLeakTest.java78 final AnimationWatcher watcher = new AnimationWatcher(); in testNoChangeWhenDetached() local
/frameworks/base/core/java/com/android/internal/os/
DBinderInternal.java57 public static void addGcWatcher(Runnable watcher) { in addGcWatcher()
/frameworks/base/services/core/java/com/android/server/location/
DActivityRecognitionProxy.java120 IActivityRecognitionHardwareWatcher watcher = in bindProvider() local
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiDevice.java518 public void registerWatcher(String name, UiWatcher watcher) { in registerWatcher()
553 UiWatcher watcher = mWatchers.get(watcherName); in runWatchers() local
/frameworks/base/core/java/android/view/
DIWindowManager.aidl188 int watchRotation(IRotationWatcher watcher); in watchRotation()
194 void removeRotationWatcher(IRotationWatcher watcher); in removeRotationWatcher()
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java1061 InstrumentationWatcher watcher = null; in runInstrument() local
/frameworks/base/core/java/android/app/
DInstrumentation.java1774 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection) { in init()
DIActivityManager.java193 int flags, Bundle arguments, IInstrumentationWatcher watcher, in startInstrumentation()
264 public void setActivityController(IActivityController watcher) in setActivityController()
DActivityManagerNative.java1386 IActivityController watcher = IActivityController.Stub.asInterface( in onTransact() local
3883 int flags, Bundle arguments, IInstrumentationWatcher watcher, in startInstrumentation()
4340 public void setActivityController(IActivityController watcher) throws RemoteException in setActivityController()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java478 IRotationWatcher watcher; field in WindowManagerService.RotationWatcher
6702 public int watchRotation(IRotationWatcher watcher) { in watchRotation()
6735 public void removeRotationWatcher(IRotationWatcher watcher) { in removeRotationWatcher()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2398 public void removeTextChangedListener(TextWatcher watcher) { in removeTextChangedListener()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java17148 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection, in startInstrumentation()
17221 private void reportStartInstrumentationFailure(IInstrumentationWatcher watcher, in reportStartInstrumentationFailure()