Searched defs:toShow (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DAnimationHelper.java64 * @param toShow If non-null, this View will replace whatever child View the ContentWrapperView
69 View toShow, int animationType) {
76 mToShow = toShow;
68 AnimationHelper(InfoBarContainer container, ContentWrapperView target, InfoBar infoBar, View toShow, int animationType) argument
H A DInfoBarContainer.java62 public View toShow; field in class:InfoBarContainer.InfoBarTransitionInfo
72 toShow = view;
304 * Animates swapping out the current View in the {@code infoBar} with {@code toShow} without
307 * @param toShow View representing the InfoBar's new contents.
309 public void swapInfoBarViews(InfoBar infoBar, View toShow) { argument
318 if (transition != null && transition.toShow == toShow) {
323 enqueueInfoBarAnimation(infoBar, toShow, AnimationHelper.ANIMATION_TYPE_SWAP);
365 private void enqueueInfoBarAnimation(InfoBar infoBar, View toShow, int animationType) { argument
366 InfoBarTransitionInfo info = new InfoBarTransitionInfo(infoBar, toShow, animationTyp
517 prepareTransition(View toShow) argument
[all...]

Completed in 245 milliseconds