Home
last modified time | relevance | path

Searched refs:startValues (Results 1 – 8 of 8) sorted by relevance

/cts/common/device-side/util/src/com/android/compatibility/common/util/transition/
DTrackingVisibility.java36 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()
DTrackingTransition.java60 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/
DVisibilityTest.java165 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
DTrackingVisibilityWithAnimator.java32 public Animator onAppear(ViewGroup sceneRoot, View view, TransitionValues startValues, in onAppear() argument
34 super.onAppear(sceneRoot, view, startValues, endValues); in onAppear()
DTransitionTest.java477 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 …]
DBaseTransitionTest.java157 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()
DChangeBoundsTest.java278 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()
DChangeImageTransformTest.java266 public Animator createAnimator(ViewGroup sceneRoot, TransitionValues startValues, in createAnimator() argument
268 Animator animator = super.createAnimator(sceneRoot, startValues, endValues); in createAnimator()