/cts/common/device-side/util/src/com/android/compatibility/common/util/transition/ |
D | TrackingVisibility.java | 36 public Animator onAppear(ViewGroup sceneRoot, View view, TransitionValues startValues, in onAppear() argument 49 public Animator onDisappear(ViewGroup sceneRoot, View view, TransitionValues startValues, in onDisappear() argument 51 targets.add(startValues.view); in onDisappear()
|
D | TrackingTransition.java | 60 public Animator createAnimator(ViewGroup sceneRoot, TransitionValues startValues, in createAnimator() argument 62 if (startValues != null) { in createAnimator() 63 targets.add(startValues.view); in createAnimator()
|
/cts/tests/tests/transition/src/android/transition/cts/ |
D | VisibilityTest.java | 165 public Animator onAppear(ViewGroup sceneRoot, TransitionValues startValues, in onAppear() argument 169 return super.onAppear(sceneRoot, startValues, startVisibility, endValues, in onAppear() 174 public Animator onAppear(ViewGroup sceneRoot, View view, TransitionValues startValues, in onAppear() argument 192 public Animator onDisappear(ViewGroup sceneRoot, TransitionValues startValues, in onDisappear() argument 194 assertNotNull(startValues); in onDisappear() 202 return super.onDisappear(sceneRoot, startValues, startVisibility, endValues, in onDisappear() 207 public Animator onDisappear(ViewGroup sceneRoot, View view, TransitionValues startValues, in onDisappear() argument
|
D | TrackingVisibilityWithAnimator.java | 32 public Animator onAppear(ViewGroup sceneRoot, View view, TransitionValues startValues, in onAppear() argument 34 super.onAppear(sceneRoot, view, startValues, endValues); in onAppear()
|
D | TransitionTest.java | 477 TransitionValues startValues, TransitionValues endValues) { in testPropagation() 478 int startTop = startValues == null ? 0 : (Integer) startValues.values.get(TOP); in testPropagation() 628 public boolean isTransitionRequired(TransitionValues startValues, in isTransitionRequired() argument 639 public Animator onAppear(ViewGroup sceneRoot, View view, TransitionValues startValues, in onAppear() argument 641 return setupAnimator(super.onAppear(sceneRoot, view, startValues, endValues), in onAppear() 646 public Animator onDisappear(ViewGroup sceneRoot, View view, TransitionValues startValues, in onDisappear() argument 648 return setupAnimator(super.onDisappear(sceneRoot, view, startValues, endValues), in onDisappear() 649 startValues.view); in onDisappear() 665 public Animator onAppear(ViewGroup sceneRoot, View view, TransitionValues startValues, in onAppear() argument 670 return super.onAppear(sceneRoot, view, startValues, endValues); in onAppear() [all …]
|
D | BaseTransitionTest.java | 157 public Animator onAppear(ViewGroup sceneRoot, View view, TransitionValues startValues, in onAppear() argument 164 public Animator onDisappear(ViewGroup sceneRoot, View view, TransitionValues startValues, in onDisappear() argument 166 mTargets.add(startValues.view); in onDisappear()
|
D | ChangeBoundsTest.java | 278 public Animator createAnimator(ViewGroup sceneRoot, TransitionValues startValues, in createAnimator() argument 280 Animator animator = super.createAnimator(sceneRoot, startValues, endValues); in createAnimator() 283 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS); in createAnimator()
|
D | ChangeImageTransformTest.java | 266 public Animator createAnimator(ViewGroup sceneRoot, TransitionValues startValues, in createAnimator() argument 268 Animator animator = super.createAnimator(sceneRoot, startValues, endValues); in createAnimator()
|