HomeSort by relevance Sort by last modified time
    Searched refs:AnimationListener (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /packages/apps/Dialer/java/com/android/dialer/animation/
AnimationListenerAdapter.java 20 import android.view.animation.Animation.AnimationListener;
23 * Provides empty implementations of the methods in {@link AnimationListener} for convenience
26 public class AnimationListenerAdapter implements AnimationListener {
  /packages/apps/PhoneCommon/src/com/android/phone/common/animation/
AnimationListenerAdapter.java 20 import android.view.animation.Animation.AnimationListener;
23 * Provides empty implementations of the methods in {@link AnimationListener}
26 public class AnimationListenerAdapter implements AnimationListener {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
TestAnimationListener.java 4 import android.view.animation.Animation.AnimationListener;
6 public class TestAnimationListener implements AnimationListener {
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
AnimationListenerAdapter.java 22 * {@link android.view.animation.Animation.AnimationListener} for convenience reasons.
25 public class AnimationListenerAdapter implements Animation.AnimationListener {
  /frameworks/base/libs/hwui/
PropertyValuesAnimatorSet.h 54 void start(AnimationListener* listener);
55 void reverse(AnimationListener* listener);
66 AnimationListener* getOneShotListener() { return mOneShotListener.get(); }
79 sp<AnimationListener> mOneShotListener;
90 class PropertyAnimatorSetListener : public AnimationListener {
AnimationContext.h 31 class AnimationListener;
99 ANDROID_API virtual void callOnFinished(BaseRenderNodeAnimator* animator, AnimationListener* listener);
Animator.h 40 class AnimationListener : public VirtualLightRefBase {
44 ANDROID_API virtual ~AnimationListener() {}
62 ANDROID_API void setListener(AnimationListener* listener) {
65 AnimationListener* listener() { return mListener.get(); }
158 sp<AnimationListener> mListener;
PropertyValuesAnimatorSet.cpp 49 sp<AnimationListener> listener = std::move(mOneShotListener);
87 void PropertyValuesAnimatorSet::start(AnimationListener* listener) {
94 void PropertyValuesAnimatorSet::reverse(AnimationListener* listener) {
AnimationContext.cpp 81 AnimationListener* listener) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAnimation.java 18 private Animation.AnimationListener listener;
32 public void setAnimationListener(Animation.AnimationListener l) {
122 public Animation.AnimationListener getAnimationListener() {
ShadowViewGroup.java 5 import android.view.animation.Animation.AnimationListener;
22 private AnimationListener animListener;
234 public void setLayoutAnimationListener(AnimationListener listener) {
239 public AnimationListener getLayoutAnimationListener() {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlBarContainer.java 28 import android.view.animation.Animation.AnimationListener;
93 private AnimationListener mAnimationListener = new AnimationListener() {
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
ViewGroupBindingAdapter.java 28 import android.view.animation.Animation.AnimationListener;
79 view.setLayoutAnimationListener(new AnimationListener() {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MovieControllerOverlay.java 25 import android.view.animation.Animation.AnimationListener;
33 AnimationListener {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
PermissionsFrameFragment.java 25 import android.view.animation.Animation.AnimationListener;
100 animation.setAnimationListener(new AnimationListener() {
  /frameworks/base/core/jni/
android_graphics_drawable_AnimatedVectorDrawable.cpp 47 static AnimationListener* createAnimationListener(JNIEnv* env, jobject finishListener, jint id) {
48 class AnimationListenerBridge : public AnimationListener {
168 AnimationListener* listener = createAnimationListener(env, finishListener, id);
174 AnimationListener* listener = createAnimationListener(env, finishListener, id);
android_view_RenderNodeAnimator.cpp 48 class AnimationListenerLifecycleChecker : public AnimationListener {
57 class AnimationListenerBridge : public AnimationListener {
  /frameworks/support/core-ui/java/android/support/v4/widget/
CircleImageView.java 48 private Animation.AnimationListener mListener;
90 public void setAnimationListener(Animation.AnimationListener listener) {
SwipeRefreshLayout.java 39 import android.view.animation.Animation.AnimationListener;
170 private Animation.AnimationListener mRefreshListener = new Animation.AnimationListener() {
418 private void startScaleUpAnimation(AnimationListener listener) {
462 void startScaleDownAnimation(Animation.AnimationListener listener) {
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
ModePicker.java 30 import android.view.animation.Animation.AnimationListener;
123 private AnimationListener mAnimationListener = new AnimationListener() {
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 40 import android.view.animation.Animation.AnimationListener;
52 public class LookupActivity extends Activity implements AnimationListener {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/
PermissionsFrameFragment.java 29 import android.view.animation.Animation.AnimationListener;
111 animation.setAnimationListener(new AnimationListener() {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ViewGroupTest.java 7 import android.view.animation.Animation.AnimationListener;
73 AnimationListener animationListener = new AnimationListener() {
83 root.setLayoutAnimationListener(animationListener);
85 assertThat(root.getLayoutAnimationListener(), sameInstance(animationListener));
  /frameworks/base/core/java/android/view/animation/
Animation.java 186 AnimationListener mListener;
808 public void setAnimationListener(AnimationListener listener) {
    [all...]
  /developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
DetailFragment.java 35 public class DetailFragment extends Fragment implements Animation.AnimationListener {

Completed in 385 milliseconds

1 2 3 4 5