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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
ActivityLaunchAnimator.java 84 AnimationRunner animationRunner = new AnimationRunner(sourceNotification);
85 return new RemoteAnimationAdapter(animationRunner, ANIMATION_DURATION,
109 class AnimationRunner extends IRemoteAnimationRunner.Stub {
117 public AnimationRunner(ExpandableNotificationRow sourceNofitication) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowView.java 462 new AnimationRunner(animation);
466 private AnimationRunner animationRunner;
468 private class AnimationRunner implements Runnable {
472 AnimationRunner(Animation animation) {
481 if (animationRunner != null) {
482 choreographer.removeCallbacks(Choreographer.CALLBACK_ANIMATION, animationRunner, null);
484 animationRunner = this;
509 animationRunner = null;
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 

Completed in 166 milliseconds