Home
last modified time | relevance | path

Searched refs:endValues (Results 1 – 5 of 5) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
DFadeAndShortSlide.java216 TransitionValues endValues) { in onAppear() argument
217 if (endValues == null) { in onAppear()
220 int[] position = (int[]) endValues.values.get(PROPNAME_SCREEN_POSITION); in onAppear()
224 final Animator slideAnimator = TranslationAnimationCreator.createAnimation(view, endValues, in onAppear()
231 set.play(slideAnimator).with(mFade.onAppear(sceneRoot, view, startValues, endValues)); in onAppear()
232 Long delay = (Long ) endValues.values.get(PROPNAME_DELAY); in onAppear()
241 TransitionValues endValues) { in onDisappear() argument
256 final Animator fadeAnimator = mFade.onDisappear(sceneRoot, view, startValues, endValues); in onDisappear()
/packages/apps/Dialer/java/com/android/dialershared/bubble/
DChangeOnScreenBounds.java96 ViewGroup sceneRoot, TransitionValues startValues, TransitionValues endValues) { in createAnimator() argument
98 Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS); in createAnimator()
108 int endScreenX = (Integer) endValues.values.get(PROPNAME_SCREEN_X); in createAnimator()
109 int endScreenY = (Integer) endValues.values.get(PROPNAME_SCREEN_Y); in createAnimator()
120 ViewBounds viewBounds = new ViewBounds(endValues.view); in createAnimator()
DBubble.java354 TransitionValues endValues = new TransitionValues(); in showText()
355 endValues.view = primaryButton; in showText()
356 transition.addTarget(endValues.view); in showText()
357 transition.captureEndValues(endValues); in showText()
361 transition.createAnimator(primaryButton, startValues, endValues); in showText()
/packages/apps/TV/src/com/android/tv/dvr/ui/
DFadeBackground.java55 TransitionValues endValues) { in createAnimator() argument
56 if (startValues == null || endValues == null) { in createAnimator()
59 Drawable background = endValues.view.getBackground(); in createAnimator()
/packages/apps/TV/src/com/android/tv/ui/
DTvTransitionManager.java306 ViewGroup sceneRoot, TransitionValues startValues, TransitionValues endValues) { in createAnimator() argument