Searched defs:setListener (Results 1 - 25 of 59) sorted by relevance

123

/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/ims/src/java/com/android/ims/internal/
H A DImsStreamMediaSession.java44 setListener(listener);
54 public void setListener(Listener listener) { method in class:ImsStreamMediaSession
/frameworks/support/v4/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/services/core/java/com/android/server/accounts/
H A DIAccountAuthenticatorCache.java63 void setListener(RegisteredServicesCacheListener<AuthenticatorDescription> listener, method in interface:IAccountAuthenticatorCache
/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/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/av/include/media/stagefright/
H A DMediaWriter.h43 virtual void setListener(const sp<IMediaRecorderClient>& listener) { function in struct:android::MediaWriter
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DPrefState.java77 public void setListener(PrefsListener listener) { method in class:PrefState
/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/support/design/honeycomb-mr1/android/support/design/widget/
H A DValueAnimatorCompatImplHoneycombMr1.java58 public void setListener(final AnimatorListenerProxy listener) { method in class:ValueAnimatorCompatImplHoneycombMr1
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DViewPropertyAnimatorCompatSet.java72 animator.setListener(mProxyListener);
108 public ViewPropertyAnimatorCompatSet setListener(ViewPropertyAnimatorListener listener) { method in class:ViewPropertyAnimatorCompatSet
/frameworks/av/media/libmedia/
H A DIStreamSource.cpp58 virtual void setListener(const sp<IStreamListener> &listener) { function in struct:android::BpStreamSource
100 setListener(
H A Dmediarecorder.cpp101 ret = mMediaRecorder->setListener(this);
103 ALOGV("setListener failed: %d", ret);
694 status_t MediaRecorder::setListener(const sp<MediaRecorderListener>& listener) function in class:android::MediaRecorder
696 ALOGV("setListener");
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileQueryHelper.java105 public void setListener(TileStateListener listener) { method in class:TileQueryHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipControlsView.java218 public void setListener(Listener listener) { method in class:PipControlsView
H A DPipRecentsControlsView.java158 public void setListener(Listener listener) { method in class:PipRecentsControlsView
159 mPipControlsView.setListener(listener);
/frameworks/base/services/core/java/com/android/server/display/
H A DRampAnimator.java119 public void setListener(Listener listener) { method in class:RampAnimator
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionListenerProxy.java31 public void setListener(ISipSessionListener listener) { method in class:SipSessionListenerProxy
/frameworks/support/design/base/android/support/design/widget/
H A DValueAnimatorCompat.java97 abstract void setListener(AnimatorListenerProxy listener); method in class:ValueAnimatorCompat.Impl
141 public void setListener(final AnimatorListener listener) { method in class:ValueAnimatorCompat
143 mImpl.setListener(new Impl.AnimatorListenerProxy() {
160 mImpl.setListener(null);
/frameworks/support/design/eclair-mr1/android/support/design/widget/
H A DValueAnimatorCompatImplEclairMr1.java83 public void setListener(AnimatorListenerProxy listener) { method in class:ValueAnimatorCompatImplEclairMr1
/frameworks/support/v4/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/av/camera/
H A DCameraBase.cpp183 void CameraBase<TCam, TCamTraits>::setListener(const sp<TCamListener>& listener) function in class:android::CameraBase
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp360 status_t MediaRecorderClient::setListener(const sp<IMediaRecorderClient>& listener) function in class:android::MediaRecorderClient
362 ALOGV("setListener");
368 mRecorder->setListener(listener);
/frameworks/base/core/java/com/android/internal/app/
H A DLocalePickerWithRegion.java78 boolean shouldShowTheList = localePicker.setListener(context, listener, parent,
86 localePicker.setListener(context, listener, /* parent */ null, translatedOnly);
103 private boolean setListener(Context context, LocaleSelectedListener listener, method in class:LocalePickerWithRegion
/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},

Completed in 7417 milliseconds

123