Searched refs:setListener (Results 1 - 25 of 136) sorted by relevance

123456

/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsEcbm.aidl43 void setListener(in IImsEcbmListener listener);
H A DIImsMultiEndpoint.aidl30 void setListener(in IImsExternalCallStateListener listener);
35 * Should be invoked only after setListener is done
H A DIImsUt.aidl113 void setListener(in IImsUtListener listener);
H A DIImsCallSession.aidl93 void setListener(in IImsCallSessionListener listener);
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsStreamMediaSession.java44 setListener(listener);
54 public void setListener(Listener listener) { method in class:ImsStreamMediaSession
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
H A DWeirdListeners.java25 public static void setListener(View view, OnFoo onFoo) {} method in class:WeirdListeners
28 public static void setListener(View view, OnFoo2 onFoo) {} method in class:WeirdListeners
31 public static void setListener(View view, OnBar1 onBar) {} method in class:WeirdListeners
34 public static void setListener(View view, OnBar2 onBar) {} method in class:WeirdListeners
/frameworks/support/compat/jellybean/android/support/v4/view/
H A DViewPropertyAnimatorCompatJB.java36 public static void setListener(final View view, method in class:ViewPropertyAnimatorCompatJB
39 view.animate().setListener(new AnimatorListenerAdapter() {
56 view.animate().setListener(null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DNightDisplayTile.java62 mController.setListener(null);
68 mController.setListener(this);
102 mController.setListener(this);
105 mController.setListener(null);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
H A DFrameTargetFilter.java45 public synchronized void setListener(Listener listener) { method in class:FrameTargetFilter
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DISipSession.aidl80 void setListener(in ISipSessionListener listener);
/frameworks/base/core/jni/
H A Dandroid_view_RenderNodeAnimator.cpp112 animator->setListener(&sLifecycleChecker);
120 animator->setListener(&sLifecycleChecker);
131 animator->setListener(&sLifecycleChecker);
138 animator->setListener(&sLifecycleChecker);
175 static void setListener(JNIEnv* env, jobject clazz, jlong animatorPtr, jobject finishListener) { function in namespace:android
177 animator->setListener(new AnimationListenerBridge(env, finishListener));
207 { "nSetListener", "(JLandroid/view/RenderNodeAnimator;)V", (void*) setListener},
/frameworks/base/services/core/java/com/android/server/accounts/
H A DIAccountAuthenticatorCache.java63 void setListener(RegisteredServicesCacheListener<AuthenticatorDescription> listener, method in interface:IAccountAuthenticatorCache
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsMultiEndpoint.java74 mImsMultiendpoint.setListener(new ImsExternalCallStateListenerProxy(
H A DImsEcbm.java65 miEcbm.setListener(new ImsEcbmListenerProxy(ecbmListener));
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoTile.java40 mPrefs.setListener(this);
47 mPrefs.setListener(null);
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DViewPropertyAnimatorCompatSet.java76 animator.setListener(mProxyListener);
112 public ViewPropertyAnimatorCompatSet setListener(ViewPropertyAnimatorListener listener) { method in class:ViewPropertyAnimatorCompatSet
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DTouchAnimatorTests.java107 .setListener(mTouchListener)
131 .setListener(mTouchListener)
155 .setListener(mTouchListener)
/frameworks/support/compat/ics/android/support/v4/view/
H A DViewPropertyAnimatorCompatICS.java133 public static void setListener(final View view, method in class:ViewPropertyAnimatorCompatICS
136 view.animate().setListener(new AnimatorListenerAdapter() {
153 view.animate().setListener(null);
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DViewGroupBindingAdapter.java49 public static void setListener(ViewGroup view, final OnChildViewAdded added, method in class:ViewGroupBindingAdapter
74 public static void setListener(ViewGroup view, final OnAnimationStart start, method in class:ViewGroupBindingAdapter
/frameworks/av/include/media/
H A DIStreamSource.h32 virtual void setListener(const sp<IStreamListener> &listener) = 0;
/frameworks/av/include/media/stagefright/
H A DMediaWriter.h43 virtual void setListener(const sp<IMediaRecorderClient>& listener) { function in struct:android::MediaWriter
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.h48 status_t setListener(const sp<DrmListener>& listener);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DValueTarget.java37 public void setListener(ValueListener listener, boolean onCallerThread) { method in class:ValueTarget
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/animations/
H A DDismissAnimationsHolder.java144 .setListener(listener);
156 mInfoField.animate().setListener(null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DAnimationProps.java101 setListener(listener);
236 public AnimationProps setListener(Animator.AnimatorListener listener) { method in class:AnimationProps

Completed in 1768 milliseconds

123456