HomeSort by relevance Sort by last modified time
    Searched refs:onAnimationFinished (Results 1 - 18 of 18) sorted by null

  /frameworks/base/libs/hwui/
PropertyValuesAnimatorSet.cpp 50 // Set the listener to nullptr before the onAnimationFinished callback, rather than after,
52 // 1) We need to prevent changes to mOneShotListener during the onAnimationFinished
53 // callback (specifically in AnimationListenerBridge::onAnimationFinished(...) from
55 // AnimationListenerBridge::onAnimationFinished(...).
59 listener->onAnimationFinished(animator);
182 void PropertyAnimatorSetListener::onAnimationFinished(BaseRenderNodeAnimator* animator) {
PropertyValuesAnimatorSet.h 93 virtual void onAnimationFinished(BaseRenderNodeAnimator* animator) override;
AnimationContext.cpp 82 listener->onAnimationFinished(animator);
AnimatorManager.cpp 159 animator->listener()->onAnimationFinished(animator.get());
Animator.h 42 ANDROID_API virtual void onAnimationFinished(BaseRenderNodeAnimator*) = 0;
  /frameworks/base/core/jni/
android_view_RenderNodeAnimator.cpp 50 virtual void onAnimationFinished(BaseRenderNodeAnimator* animator) {
70 onAnimationFinished(NULL);
74 virtual void onAnimationFinished(BaseRenderNodeAnimator*) {
android_graphics_drawable_AnimatedVectorDrawable.cpp 58 onAnimationFinished(NULL);
62 virtual void onAnimationFinished(BaseRenderNodeAnimator*) {
android_view_ThreadedRenderer.cpp 92 event.listener->onAnimationFinished(event.animator.get());
121 mListener->onAnimationFinished(nullptr);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeTransitionView.java 280 mAnimationFinishedListener.onAnimationFinished(true);
360 mAnimationFinishedListener.onAnimationFinished(snapToFullScreen);
515 animationFinishedListener.onAnimationFinished(false);
535 animationFinishedListener.onAnimationFinished(true);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackStateAnimator.java 140 onAnimationFinished();
294 * @return an adapter which ensures that onAnimationFinished is called once no animation is
310 onAnimationFinished();
328 private void onAnimationFinished() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java     [all...]
ScrimController.java 244 public void animateKeyguardFadingOut(long delay, long duration, Runnable onAnimationFinished,
252 mOnAnimationFinished = onAnimationFinished;
  /frameworks/base/core/java/android/app/
ActivityOptions.java 392 listener.onAnimationFinished();
406 void onAnimationFinished();
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
CameraAppUI.java 714 public void onAnimationFinished(boolean success);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsImpl.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
RecyclerView.java     [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 443 milliseconds