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.java62 * @param toShow If non-null, this View will replace whatever child View the ContentWrapperView
67 View toShow, int animationType) {
73 mToShow = toShow;
66 AnimationHelper(InfoBarContainer container, ContentWrapperView target, InfoBar infoBar, View toShow, int animationType) argument
H A DInfoBarContainer.java54 public View toShow; field in class:InfoBarContainer.InfoBarTransitionInfo
64 toShow = view;
243 * Animates swapping out the current View in the {@code infoBar} with {@code toShow} without
246 * @param toShow View representing the InfoBar's new contents.
248 public void swapInfoBarViews(InfoBar infoBar, View toShow) { argument
257 if (transition != null && transition.toShow == toShow) {
262 enqueueInfoBarAnimation(infoBar, toShow, AnimationHelper.ANIMATION_TYPE_SWAP);
304 private void enqueueInfoBarAnimation(InfoBar infoBar, View toShow, int animationType) { argument
305 InfoBarTransitionInfo info = new InfoBarTransitionInfo(infoBar, toShow, animationTyp
420 prepareTransition(View toShow) argument
[all...]

Completed in 71 milliseconds